1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-11-23 03:12:36 +01:00

Updated build image version

This commit is contained in:
Miroslav Prasil 2018-08-25 09:29:50 +01:00
parent 5b7fe9f155
commit ffec0b065b

View File

@ -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