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:
parent
5ea9e27e48
commit
f497dca92f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG ALPINE_VERSION=3.12
|
ARG ALPINE_VERSION=3.13
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:$ALPINE_VERSION as prereqs
|
FROM alpine:$ALPINE_VERSION as prereqs
|
||||||
|
@ -20,7 +20,7 @@ RUN apk --no-cache add \
|
||||||
py3-tz \
|
py3-tz \
|
||||||
py3-pyrfc3339 \
|
py3-pyrfc3339 \
|
||||||
build-base \
|
build-base \
|
||||||
&& apk --no-cache add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
&& apk --no-cache add \
|
||||||
libheif \
|
libheif \
|
||||||
libavif \
|
libavif \
|
||||||
libheif-dev \
|
libheif-dev \
|
||||||
|
|
Loading…
Reference in a new issue