Skip to content

Commit

Permalink
Update Docker image to Alpine 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 30, 2021
1 parent ae28d12 commit 2744e7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dock.mau.dev/tulir/lottieconverter:alpine-3.14
FROM dock.mau.dev/tulir/lottieconverter:alpine-3.15

ARG TARGETARCH=amd64

Expand Down Expand Up @@ -54,8 +54,7 @@ RUN apk add --virtual .build-deps \
libffi-dev \
build-base \
&& sed -Ei 's/psycopg2-binary.+//' optional-requirements.txt \
# TODO: unpin Pillow here after it's updated in Alpine
&& pip3 install -r requirements.txt -r optional-requirements.txt 'pillow==8.2' \
&& pip3 install -r requirements.txt -r optional-requirements.txt \
&& apk del .build-deps

COPY . /opt/mautrix-telegram
Expand Down

0 comments on commit 2744e7a

Please sign in to comment.