From 680542f12b4413d42ea26969f69b89751ef5c361 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Dec 2024 03:02:08 +0000 Subject: [PATCH] chore(deps): update docker.io/alpine docker tag to v3.21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e87df77..813b9fa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.20 +ARG ALPINE_VERSION=3.21 FROM docker.io/alpine:${ALPINE_VERSION} -- 2.45.2