39e578e79f
Update the base Dockerfile to pull in the latest packer:light instead of the old version currently used by this action.
7 lines
246 B
Docker
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"]
|