Skip to content

Commit

Permalink
Fix entrypoint (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stv-io authored Mar 21, 2023
1 parent 30d39e3 commit f725329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN apk add --no-cache -q curl=7.83.1-r4 jq=1.6-r1 bash=5.1.16-r2 && \
tar -xvzf packer-provisioner-goss-v3.1.4-linux-amd64.tar.gz && \
mv packer-provisioner-goss /root/.packer.d/plugins/ && \
rm -vf README.md LICENSE packer-provisioner-goss-v3.1.4-linux-amd64.tar.gz
ENTRYPOINT [ "bash" ]
ENTRYPOINT [ "/bin/packer" ]
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.4
1.8.4-1

0 comments on commit f725329

Please sign in to comment.