We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8722b27 commit d7a98baCopy full SHA for d7a98ba
Dockerfile
@@ -4,7 +4,7 @@ FROM alpine/git:${ALPINE_GIT_VERSION}
4
ARG TARGETOS
5
ARG TARGETARCH
6
7
-ARG MASKCMD_VERSION=v0.0.8
+ARG MASKCMD_VERSION=v0.0.9
8
9
RUN wget -O /usr/local/bin/maskcmd https://github.com/caseycs/maskcmd/releases/download/$MASKCMD_VERSION/maskcmd-$TARGETOS-$TARGETARCH \
10
&& chmod +x /usr/local/bin/maskcmd
0 commit comments