Skip to content

Commit

Permalink
server: update docker image base to alpine:3.13
Browse files Browse the repository at this point in the history
We do this so that we don't have to use 'edge' packages, which aren't (always) ABI compatible
  • Loading branch information
neobooru committed Jun 1, 2021
1 parent 5ea9e27 commit f497dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.12
ARG ALPINE_VERSION=3.13


FROM alpine:$ALPINE_VERSION as prereqs
Expand All @@ -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 \
Expand Down

0 comments on commit f497dca

Please sign in to comment.