Skip to content

Commit

Permalink
Update to packer 1.8.2 (#46)
Browse files Browse the repository at this point in the history
* Update to packer 1.8.2

* Update to packer 1.8.2
  • Loading branch information
DocEmmetBrown authored Aug 18, 2022
1 parent 8583931 commit da1fc3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `0.3.0` (UNRELEASED, 2021-11)
# `0.3.0` (UNRELEASED, 2022-08)

* Update Dockerfile to point to packer version `1.7.8`
* Update Dockerfile to point to packer version `1.8.2`
* Change `target` default to `.` [#17](https://github.com/hashicorp/packer-github-actions/pull/17)
* Mark `target` as not required [#17](https://github.com/hashicorp/packer-github-actions/pull/17)
* Add support for working_directory [#11](https://github.com/operatehappy/packer-github-actions/pull/11)
Expand Down
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:f795aace438ef92e738228c21d5ceb7d5dd73ceb7e0b1efab5b0e90cbc4d4dcd
FROM hashicorp/packer:light@sha256:1e298ef74fc816654238f7c17ea0f0636c2e19d3baf77ed5f795b7f976a4ba96

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

Expand Down

0 comments on commit da1fc3d

Please sign in to comment.