chore(deps): update dependency dani-garcia/vaultwarden to v1.32.1 (#236)
All checks were successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful

Reviewed-on: #236
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2024-10-06 19:43:04 +00:00 committed by Robert Kaussow
parent 7fa27e2fac
commit 57697bdd7e

View File

@ -14,7 +14,9 @@ ARG TARGETPLATFORM
# renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose
ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2024.6.2}"
# renovate: datasource=github-releases depName=dani-garcia/vaultwarden
ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.32.0}"
ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.32.1}"
ENV DATA_FOLDER=/tmp
WORKDIR /src