mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-12-14 17:43:46 +01:00
Updated build image version
This commit is contained in:
parent
5b7fe9f155
commit
ffec0b065b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue