Browse Source

Fixed Debian Image

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

2
Dockerfile.aarch64

@ -64,7 +64,7 @@ RUN cargo build --features ${DB} --release --target=aarch64-unknown-linux-gnu -v
######################## RUNTIME IMAGE ########################
# Create a new stage with a minimal image
# because we already have a binary built
FROM balenalib/aarch64-debian
FROM balenalib/aarch64-debian:stretch
ENV ROCKET_ENV "staging"
ENV ROCKET_PORT=80

Loading…
Cancel
Save