소스 검색

Update Docker image to Alpine 3.14

Tulir Asokan 4 년 전
부모
커밋
88cbef89b3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.13
+FROM alpine:3.14
 
 ARG TARGETARCH=amd64
 
@@ -14,7 +14,7 @@ RUN apk add --no-cache \
       ca-certificates \
       su-exec \
       # encryption
-      olm-dev \
+      py3-olm \
       py3-cffi \
       py3-pycryptodome \
       py3-unpaddedbase64 \