0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-18 12:53:46 +02:00

Update Vault to 1.27.0

This commit is contained in:
Miroslav Prasil 2018-06-01 21:24:23 +01:00
parent f1b4a146ae
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 \