Browse Source

Update armv7hf-debian Image

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

2
Dockerfile.armv7

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

Loading…
Cancel
Save