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