From 6b6b4445305e8925b9d126c19c0d215978fc29da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:00:19 +0100 Subject: [PATCH] [deps]: Update alpine Docker tag to v3.23 (#450) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bitwarden-lite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwarden-lite/Dockerfile b/bitwarden-lite/Dockerfile index 045b04c..1d22cf3 100644 --- a/bitwarden-lite/Dockerfile +++ b/bitwarden-lite/Dockerfile @@ -2,7 +2,7 @@ ############################################### # Build stage # ############################################### -FROM --platform=$BUILDPLATFORM alpine:3.22 AS web-setup +FROM --platform=$BUILDPLATFORM alpine:3.23 AS web-setup ARG WEB_ARTIFACT_PATH # Add packages