[SKIP CI] prepare release
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
42585e941f
commit
2d9cf4b6e1
@ -1,2 +1,2 @@
|
||||
* FEATURE
|
||||
* update web-vault to v2.12.0c
|
||||
* update web-vault to v2.12.0d
|
||||
|
@ -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/* && \
|
||||
|
Loading…
Reference in New Issue
Block a user