From f46e29c2636a941a67dbf682eca7ae47d8cb16b2 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 23 May 2022 17:03:38 +0000 Subject: [PATCH 1/3] chore(deps): update vaultwarden packages --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c5c9ed..bcd2084 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/vau ARG WEBVAULT_VERSION # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose -ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2.25.1}" +ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2.28.1}" ADD overlay/ / diff --git a/Makefile b/Makefile index fca6840..a3a10f6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=dani-garcia/vaultwarden -export BUILD_VERSION ?= 1.24.0 +export BUILD_VERSION ?= 1.25.0 export DEBIAN_FRONTEND ?= noninteractive export LANG ?= C.UTF-8 export TZ ?= UTC -- 2.24.4 From 6320d7cb1b01bedae23083fff9f77f9928737d46 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 25 May 2022 15:16:14 +0200 Subject: [PATCH 2/3] switch to muslrust stable --- .drone.yml | 2 +- Dockerfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index eb63073..d59ace2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ platform: steps: - name: binary - image: clux/muslrust:nightly-2021-10-06 + image: clux/muslrust:stable commands: - apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev - make build diff --git a/Dockerfile b/Dockerfile index bcd2084..634a308 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,6 @@ RUN apk --update add --virtual .build-deps tar curl && \ rm -rf /tmp/* && \ chown -R app:app /app -ADD src/Rocket.toml /app ADD src/target/x86_64-unknown-linux-musl/release/vaultwarden /app VOLUME /app/data -- 2.24.4 From e228f25e97b1ca0a233b48de03111218427c6d9a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 25 May 2022 15:17:12 +0200 Subject: [PATCH 3/3] sign drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d59ace2..b570f2f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -209,6 +209,6 @@ depends_on: --- kind: signature -hmac: a162b6d6293cfbff392b0944f836d7bd0c214446bf3a414c386af6cd614a8534 +hmac: c20847f70ffec53699da2dd1267c7f95bd710d5677eeb0cc930bf41b08394c6a ... -- 2.24.4