From 2744e7a5a0093c53783dd5649f3cf93893e19f31 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 30 Nov 2021 13:12:42 +0200 Subject: [PATCH] Update Docker image to Alpine 3.15 --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 72e4197c..c954c630 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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