From 17534f1cf54d22b17a8ce090fe92b63e4b70ad43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 19:22:27 +0200 Subject: [PATCH] deps(docker): bump alpine from 3.22.1 to 3.22.2 (#378) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac17715..02f4855 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN go mod download && \ # get alpine container -FROM alpine:3.22.1 AS app +FROM alpine:3.22.2 AS app # create workdir WORKDIR /opt/app