Skip to content

Commit

Permalink
[VDEVOPS-000] Upgrade providers
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Feb 28, 2024
1 parent d1d2d1f commit d7b9900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlantis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN \
ARG INKDROP_VERSION=v1.1.16
RUN \
wget -q \
"https://github.com/inkdrop-org/inkdrop-visualizer/releases/download/${INFRACOST_VERSION}/inkdrop-linux-x64.tar.gz" \
"https://github.com/inkdrop-org/inkdrop-visualizer/releases/download/${INKDROP_VERSION}/inkdrop-linux-x64.tar.gz" \
-O inkdrop-linux-x64.tar.gz && \
tar xzf inkdrop-linux-x64.tar.gz && \
mv inkdrop /usr/local/bin/inkdrop && \
Expand Down

0 comments on commit d7b9900

Please sign in to comment.