Browse Source

Fixed Debian Image

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

2
Dockerfile.armv6

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

Loading…
Cancel
Save