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