Skip to content

Commit

Permalink
build(deps): bump hashicorp/packer from 1.9.1 to 1.9.2
Browse files Browse the repository at this point in the history
Bumps hashicorp/packer from 1.9.1 to 1.9.2.

---
updated-dependencies:
- dependency-name: hashicorp/packer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 49d4079 commit 8176106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.devkit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# hadolint ignore=DL3029
FROM --platform=linux/amd64 hashicorp/packer:1.9.1 as packer-amd64
FROM --platform=linux/amd64 hashicorp/packer:1.9.2 as packer-amd64
# hadolint ignore=DL3029
FROM --platform=linux/arm64 hashicorp/packer:1.9.1 as packer-arm64
FROM --platform=linux/arm64 hashicorp/packer:1.9.2 as packer-arm64
FROM golangci/golangci-lint:v1.53.2-alpine as golangci-lint
FROM goreleaser/goreleaser:v1.19.2 as goreleaser
FROM docker:24.0 as docker
Expand Down

0 comments on commit 8176106

Please sign in to comment.