Skip to content

Commit f725329

Browse files
authoredMar 21, 2023
Fix entrypoint (#2)
1 parent 30d39e3 commit f725329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN apk add --no-cache -q curl=7.83.1-r4 jq=1.6-r1 bash=5.1.16-r2 && \
66
tar -xvzf packer-provisioner-goss-v3.1.4-linux-amd64.tar.gz && \
77
mv packer-provisioner-goss /root/.packer.d/plugins/ && \
88
rm -vf README.md LICENSE packer-provisioner-goss-v3.1.4-linux-amd64.tar.gz
9-
ENTRYPOINT [ "bash" ]
9+
ENTRYPOINT [ "/bin/packer" ]

Diff for: ‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.4
1+
1.8.4-1

0 commit comments

Comments
 (0)
Please sign in to comment.