Use latest alpine version for docker image

This commit is contained in:
Tusooa Zhu 2022-06-22 15:22:40 -04:00
parent b2ba307f4d
commit 5d900a5cd1
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
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