We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 725213a + 3f5d36a commit 8232834Copy full SHA for 8232834
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
3
ARG DOKUWIKI_VERSION="2024-02-06b"
4
-ARG ALPINE_VERSION="3.21"
+ARG ALPINE_VERSION="3.22"
5
6
FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS src
7
RUN apk --update --no-cache add wget tar
0 commit comments