Skip to content

Commit

Permalink
fix(greenmak): try out beta version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Sep 26, 2024
1 parent d1ae592 commit 3c1419e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greenmask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" \

# install greenmask cli
# hadolint ignore=DL3059,DL3047
RUN wget https://github.com/GreenmaskIO/greenmask/releases/download/v0.1.14/greenmask-linux-amd64.tar.gz \
RUN wget https://github.com/GreenmaskIO/greenmask/releases/download/v0.2.0b2/greenmask-linux-amd64.tar.gz \
&& tar -xvf greenmask-linux-amd64.tar.gz \
&& mv greenmask /usr/local/bin/greenmask

Expand Down

0 comments on commit 3c1419e

Please sign in to comment.