Browse Source
Merge pull request #473 from Starbix/patch-1
Update Runtime Base Image to Alpine v3.9
pull/484/head
Daniel García
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile.alpine
|
|
@ -38,7 +38,7 @@ RUN cargo build --release |
|
|
|
######################## RUNTIME IMAGE ######################## |
|
|
|
# Create a new stage with a minimal image |
|
|
|
# because we already have a binary built |
|
|
|
FROM alpine:3.8 |
|
|
|
FROM alpine:3.9 |
|
|
|
|
|
|
|
ENV ROCKET_ENV "staging" |
|
|
|
ENV ROCKET_PORT=80 |
|
|
|