From 7dadcc683fb35563d914d7a233673a7f4275bff8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 23:33:56 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 532cb12..ff8558b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN --mount=type=bind,source=crates,target=crates \ # use a plain alpine image for runtime # the alpine version needs to match the builder -FROM alpine:3.18 +FROM alpine:3.23 # set assets path ENV ASSETS_PATH="/assets/"