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.
1 parent 70aea25 commit 97f30dfCopy full SHA for 97f30df
Dockerfile
@@ -1,8 +1,8 @@
1
ARG DOKUWIKI_VERSION="2020-07-29"
2
ARG DOKUWIKI_MD5="8867b6a5d71ecb5203402fe5e8fa18c9"
3
4
-FROM --platform=${TARGETPLATFORM:-linux/amd64} crazymax/gosu:latest AS gosu
5
-FROM --platform=${TARGETPLATFORM:-linux/amd64} crazymax/alpine-s6:3.12-2.1.0.2
+FROM crazymax/gosu:latest AS gosu
+FROM crazymax/alpine-s6:3.12-2.1.0.2
6
LABEL maintainer="CrazyMax"
7
8
COPY --from=gosu / /
0 commit comments