Update Alpine base images to 3.13

This commit is contained in:
Jeremy Lin
2021-02-14 15:18:47 -08:00
parent c836f88ff2
commit f82de8d00d
3 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ RUN cargo build --features ${DB} --release --target=x86_64-unknown-linux-musl
######################## RUNTIME IMAGE ########################
# Create a new stage with a minimal image
# because we already have a binary built
FROM alpine:3.12
FROM alpine:3.13
ENV ROCKET_ENV "staging"
ENV ROCKET_PORT=80