updates to Packer 1.6.6 (#13)

* updates to Packer 1.6.6
This commit is contained in:
Kerim Satirli
2021-01-22 19:08:56 +01:00
committed by GitHub
parent 74ff345c9a
commit 5338887b31
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# `0.3.0` (2020-09-24)
# `0.3.0` (UNRELEASED, 2021-01)
* Update Dockerfile to point to packer version 6.2
* Update Dockerfile to point to packer version `1.6.6`
* Add support for working_directory [#11](https://github.com/operatehappy/packer-github-actions/pull/11)
## `0.2.0` (2020-03-25)

View File

@@ -1,4 +1,4 @@
FROM hashicorp/packer:light@sha256:9db70fdca396908e9b2082cc600839fdd76b3ebd2ca48d674cf967b31ebfc81d
FROM hashicorp/packer:light@sha256:523457b5371562c4d9c21621ee85c71c31e7ff53d5ec303a5daf07c55531b84e
COPY "entrypoint.sh" "/entrypoint.sh"