Update Docker image to Alpine 3.14

This commit is contained in:
Tulir Asokan 2021-08-08 12:39:26 +03:00
parent 6efce38ce1
commit 35c9592f55
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.14
RUN apk add --no-cache \
python3 py3-pip py3-setuptools py3-wheel \
@ -25,7 +25,7 @@ RUN apk add --no-cache \
py3-wcwidth \
# encryption
py3-cffi \
olm-dev \
py3-olm \
py3-pycryptodome \
py3-unpaddedbase64 \
py3-future \