Files
Warren Krewenki 39e578e79f Update dockerfile to use packer 1.8.4 (#62)
Update the base Dockerfile to pull in the latest packer:light instead of the old version currently used by this action.
2022-12-06 19:34:32 +01:00

7 lines
246 B
Docker

# see https://hub.docker.com/r/hashicorp/packer/tags for all available tags
FROM hashicorp/packer:light@sha256:dd9868ae2b4d4fc658ed32ab9f3277b0a85ad266f8880351f2d51de038e4db5c
COPY "entrypoint.sh" "/entrypoint.sh"
ENTRYPOINT ["/entrypoint.sh"]