소스 검색

docker: downgrade alpine to 3.13 again

See https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 ;
this maintains compatibility with older, buggy versions of docker and runc.
Alpine 3.13 is supported until 2022-11-01.
tags/v2.8.0-rc1
Shivaram Lingamneni 2 년 전
부모
커밋
e620e3b4bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

@@ -1,5 +1,5 @@
1 1
 ## build ergo binary
2
-FROM golang:1.17-alpine AS build-env
2
+FROM golang:1.17-alpine3.13 AS build-env
3 3
 
4 4
 RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make
5 5
 

Loading…
취소
저장