diff --git a/Dockerfile b/Dockerfile index d511fc6..a6f1e6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Latest version of Alpine image: https://hub.docker.com/_/alpine/tags -FROM alpine:3.23.2 +FROM alpine:3.23.3 RUN apk add --no-cache --upgrade --no-progress \ bash~=5.3 \