1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-22 20:18:19 +00:00

Update Vault to 1.27.0

This commit is contained in:
Miroslav Prasil 2018-06-01 21:24:23 +01:00
commit 0da4a8fc8a

View file

@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM node:9-alpine as vault
ENV VAULT_VERSION "1.26.0"
ENV VAULT_VERSION "1.27.0"
ENV URL "https://github.com/bitwarden/web/archive/v${VAULT_VERSION}.tar.gz"
RUN apk add --update-cache --upgrade \