From 75b020146a80a4d2a2620696e5f637cda1a0615e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:08:11 +0100 Subject: [PATCH] Bump alpine from 3.21.3 to 3.22.0 in /backend (#59) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 4f3021eb..d9fa92d1 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -13,7 +13,7 @@ RUN sqlx migrate run --source sync_server/src/app_state/database/migrations --da RUN cargo build --package sync_server --release --target x86_64-unknown-linux-musl # Runtime image -FROM alpine:3.21.3 +FROM alpine:3.22.0 LABEL org.opencontainers.image.authors="andras@schmelczer.dev"