Skip to content

Commit 8232834

Browse files
authored
Merge pull request #74 from crazy-max/alpine-3.22
update to alpine 3.22
2 parents 725213a + 3f5d36a commit 8232834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
ARG DOKUWIKI_VERSION="2024-02-06b"
4-
ARG ALPINE_VERSION="3.21"
4+
ARG ALPINE_VERSION="3.22"
55

66
FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS src
77
RUN apk --update --no-cache add wget tar

0 commit comments

Comments
 (0)