From 507f109698d2d27925bde45aa37e3e2621a9a45b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Nov 2025 15:13:13 +0000 Subject: [PATCH] chore(deps): update Dockerfile dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19e4069..83908f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.22.1 +ARG ALPINE_VERSION=3.22.2 FROM alpine:${ALPINE_VERSION} ARG DOCKER_VERSION=28.3.3