aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2018-08-17 16:32:37 +0100
committerMiroslav Prasil <[email protected]>2018-08-21 22:08:16 +0100
commitca8e1c646df058fe7ea92653b57c7a00c604708c (patch)
tree789129914e4cde1ef5c2be79bba53ae240983dfc
parent346c7630c913bcf95286130e64a1594d8a4235fb (diff)
downloadvaultwarden-ca8e1c646df058fe7ea92653b57c7a00c604708c.tar.gz
vaultwarden-ca8e1c646df058fe7ea92653b57c7a00c604708c.zip
Update build image
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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