Skip to content

Commit

Permalink
build arg syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 8, 2023
1 parent 9a7cbd0 commit 8089dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM busybox:1.36.1

ARG VIAM_CLI viam-latest-linux-amd64

RUN wget https://storage.googleapis.com/packages.viam.com/apps/viam-cli/$VIAM_CLI
RUN wget https://storage.googleapis.com/packages.viam.com/apps/viam-cli/${VIAM_CLI}
COPY upload.sh .
CMD ./upload.sh

0 comments on commit 8089dba

Please sign in to comment.