File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM hashicorp/packer:1.8.4
1+ FROM hashicorp/packer:1.8.6
22LABEL org.opencontainers.image.description packer
3- RUN apk add --no-cache -q curl=7.83 .1-r4 jq=1.6-r1 bash=5.1.16-r2 && \
3+ RUN apk add --no-cache -q curl=7.88 .1-r1 jq=1.6-r2 bash=5.2.15-r0 && \
44 mkdir -p /root/.packer.d/plugins/ && \
55 curl -sLO https://github.com/YaleUniversity/packer-provisioner-goss/releases/download/v3.1.4/packer-provisioner-goss-v3.1.4-linux-amd64.tar.gz && \
66 tar -xvzf packer-provisioner-goss-v3.1.4-linux-amd64.tar.gz && \
7- mv packer-provisioner-goss /root/. packer.d/plugins/ && \
7+ mv packer-provisioner-goss /bin/ packer-provisioner-goss && \
88 rm -vf README.md LICENSE packer-provisioner-goss-v3.1.4-linux-amd64.tar.gz
99ENTRYPOINT [ "/bin/packer" ]
Original file line number Diff line number Diff line change 1- 1.8.4-1
1+ 1.8.6
You can’t perform that action at this time.
0 commit comments