From 693ebb79babc180014d10941a62c0a194cf00142 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Dec 2024 00:35:55 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.0 --- custom-images/scroll-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-images/scroll-alpine/Dockerfile b/custom-images/scroll-alpine/Dockerfile index f8153f5e..e9cda6e4 100644 --- a/custom-images/scroll-alpine/Dockerfile +++ b/custom-images/scroll-alpine/Dockerfile @@ -1,5 +1,5 @@ # Use the latest Alpine base image -FROM alpine:3.20.2 +FROM alpine:3.21.0 # Install tools RUN apk update