1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-10-13 05:21:56 +00:00

Update web vault used in docker

This commit is contained in:
Daniel García 2020-02-22 16:00:43 +01:00
commit 0a3008e753
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
13 changed files with 26 additions and 39 deletions

View file

@ -7,14 +7,13 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.11 as vault
ENV VAULT_VERSION "v2.12.0c"
ENV VAULT_VERSION "v2.12.0d"
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"
RUN apk add --no-cache --upgrade curl tar
RUN mkdir /web-vault
WORKDIR /web-vault
WORKDIR /
SHELL ["/bin/ash", "-o", "nounset", "-o", "pipefail", "-o", "errexit", "-c"]