server: update docker image base to alpine:3.13

We do this so that we don't have to use 'edge' packages, which aren't (always) ABI compatible
This commit is contained in:
neobooru 2021-06-01 17:51:49 +02:00
parent 5ea9e27e48
commit f497dca92f

View file

@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.12
ARG ALPINE_VERSION=3.13
FROM alpine:$ALPINE_VERSION as prereqs
@ -20,7 +20,7 @@ RUN apk --no-cache add \
py3-tz \
py3-pyrfc3339 \
build-base \
&& apk --no-cache add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
&& apk --no-cache add \
libheif \
libavif \
libheif-dev \