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