Browse Source

Fixed Alpine to 3.10

pull/513/head
JacobiteDE 6 years ago
committed by GitHub
parent
commit
1f2b253bb0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile.alpine

2
Dockerfile.alpine

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

Loading…
Cancel
Save