diff --git a/Dockerfile b/Dockerfile index ed9edbc9..95f5724c 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-07-18 as build +FROM clux/muslrust:nightly-2018-08-24 as build # Creates a dummy project used to grab dependencies RUN USER=root cargo init --bin