Merge branch 'from/upstream-develop/tusooa/alpine-bump' into 'develop'

Use latest alpine version for docker image

See merge request pleroma/pleroma!3719
This commit is contained in:
tusooa 2022-08-21 01:25:25 +00:00
commit a022b9d733
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN apk add git gcc g++ musl-dev make cmake file-dev &&\
mkdir release &&\
mix release --path release
FROM alpine:3.14
FROM alpine
ARG BUILD_DATE
ARG VCS_REF