diff --git a/Dockerfile b/Dockerfile index 0f65507..e13144e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG DOKUWIKI_VERSION="2024-02-06b" -ARG ALPINE_VERSION="3.21" +ARG ALPINE_VERSION="3.22" FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS src RUN apk --update --no-cache add wget tar