Skip to content

Commit d7a98ba

Browse files
committed
wip
1 parent 8722b27 commit d7a98ba

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
@@ -4,7 +4,7 @@ FROM alpine/git:${ALPINE_GIT_VERSION}
44
ARG TARGETOS
55
ARG TARGETARCH
66

7-
ARG MASKCMD_VERSION=v0.0.8
7+
ARG MASKCMD_VERSION=v0.0.9
88

99
RUN wget -O /usr/local/bin/maskcmd https://github.com/caseycs/maskcmd/releases/download/$MASKCMD_VERSION/maskcmd-$TARGETOS-$TARGETARCH \
1010
&& chmod +x /usr/local/bin/maskcmd

0 commit comments

Comments
 (0)