[SKIP CI] prepare release
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-22 20:21:14 +01:00
parent 42585e941f
commit 2d9cf4b6e1
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
* FEATURE
* update web-vault to v2.12.0c
* update web-vault to v2.12.0d

View File

@ -6,7 +6,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ARG VAULT_VERSION=2.12.0c
ARG VAULT_VERSION=2.12.0d
ADD overlay/ /
@ -14,7 +14,7 @@ RUN apk --update add --virtual .build-deps tar curl && \
apk --update add openssl postgresql-libs ca-certificates && \
mkdir -p /app/web-vault /app/data && \
curl -SsL "https://github.com/dani-garcia/bw_web_builds/releases/download/v${VAULT_VERSION}/bw_web_v${VAULT_VERSION}.tar.gz" | \
tar xz -C /app/web-vault && \
tar xz -C /app && \
apk del .build-deps && \
rm -rf /var/cache/apk/* && \
rm -rf /tmp/* && \