diff --git a/Dockerfile b/Dockerfile index 2fac05a..57ced64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN set -x \ && /tmp/error-pages -h # -✂- this stage is used to prepare the runtime fs -------------------------------------------------------------------- -FROM docker.io/library/alpine:3.20 AS rootfs +FROM docker.io/library/alpine:3.23 AS rootfs WORKDIR /tmp/rootfs