Merge branch 'master' into rocket-0.4

# Conflicts:
#	src/api/core/mod.rs
This commit is contained in:
Daniel García
2018-11-09 16:06:24 +01:00
3 changed files with 24 additions and 16 deletions

View File

@@ -79,7 +79,7 @@ RUN cargo build --release --target=armv7-unknown-linux-gnueabihf -v
######################## RUNTIME IMAGE ########################
# Create a new stage with a minimal image
# because we already have a binary built
FROM resin/armv7hf-debian:stretch
FROM balenalib/armv7hf-debian:stretch
ENV ROCKET_ENV "staging"
ENV ROCKET_PORT=80