Skip to content

Commit

Permalink
Update dockerfile to use packer 1.8.4 (#62)
Browse files Browse the repository at this point in the history
Update the base Dockerfile to pull in the latest packer:light instead of the old version currently used by this action.
  • Loading branch information
krewenki authored Dec 6, 2022
1 parent da1fc3d commit 39e578e
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
@@ -1,5 +1,5 @@
# see https://hub.docker.com/r/hashicorp/packer/tags for all available tags
FROM hashicorp/packer:light@sha256:1e298ef74fc816654238f7c17ea0f0636c2e19d3baf77ed5f795b7f976a4ba96
FROM hashicorp/packer:light@sha256:dd9868ae2b4d4fc658ed32ab9f3277b0a85ad266f8880351f2d51de038e4db5c

COPY "entrypoint.sh" "/entrypoint.sh"

Expand Down

0 comments on commit 39e578e

Please sign in to comment.