Browse Source

Updated build image version

pull/166/head
Miroslav Prasil 6 years ago
parent
commit
ffec0b065b
  1. 2
      Dockerfile

2
Dockerfile

@ -26,7 +26,7 @@ RUN npm run dist \
########################## BUILD IMAGE ########################## ########################## BUILD IMAGE ##########################
# Musl build image for statically compiled binary # Musl build image for statically compiled binary
FROM clux/muslrust:nightly-2018-07-18 as build FROM clux/muslrust:nightly-2018-08-24 as build
# Creates a dummy project used to grab dependencies # Creates a dummy project used to grab dependencies
RUN USER=root cargo init --bin RUN USER=root cargo init --bin

Loading…
Cancel
Save