diff --git a/Dockerfile b/Dockerfile index 8e7e43d1..262d841f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN npm run dist \ ########################## BUILD IMAGE ########################## # Musl build image for statically compiled binary -FROM clux/muslrust:nightly-2018-06-26 as build +FROM clux/muslrust:nightly-2018-07-18 as build # Creates a dummy project used to grab dependencies RUN USER=root cargo init --bin