From 2f251f72fc549dddbc9c907f042b8bb664693412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:33:11 +0100 Subject: [PATCH] Bump alpine from 3.22.0 to 3.22.1 in /sync-server (#88) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sync-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-server/Dockerfile b/sync-server/Dockerfile index 00d05ea5..bf6fb604 100644 --- a/sync-server/Dockerfile +++ b/sync-server/Dockerfile @@ -13,7 +13,7 @@ RUN sqlx migrate run --source src/app_state/database/migrations --database-url s RUN cargo build --release --target x86_64-unknown-linux-musl # Runtime image -FROM alpine:3.22.0 +FROM alpine:3.22.1 LABEL org.opencontainers.image.authors="andras@schmelczer.dev"