Browse Source

Update Docker image to Alpine 3.14

Tulir Asokan 4 years ago
parent
commit
88cbef89b3
1 changed files with 2 additions and 2 deletions
  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 \