bump alpine version

This commit is contained in:
Tamo 2021-06-29 16:36:41 +02:00
parent c282466750
commit 3011209e28
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Compile
FROM alpine:3.10 AS compiler
FROM alpine:3.14 AS compiler
RUN apk update --quiet
RUN apk add curl
@ -32,7 +32,7 @@ COPY . .
RUN $HOME/.cargo/bin/cargo build --release
# Run
FROM alpine:3.10
FROM alpine:3.14
RUN apk add -q --no-cache libgcc tini