Skip to content

Commit

Permalink
build(deps): bump hashicorp/packer from 1.10.1 to 1.10.2 (#1040)
Browse files Browse the repository at this point in the history
Bumps hashicorp/packer from 1.10.1 to 1.10.2.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 1064a95 commit c61d2e5
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.10.1 as packer-amd64
FROM --platform=linux/amd64 hashicorp/packer:1.10.2 as packer-amd64
# hadolint ignore=DL3029
FROM --platform=linux/arm64 hashicorp/packer:1.10.1 as packer-arm64
FROM --platform=linux/arm64 hashicorp/packer:1.10.2 as packer-arm64
FROM golangci/golangci-lint:v1.55.2-alpine as golangci-lint
FROM goreleaser/goreleaser:v1.24.0 as goreleaser
FROM docker:24.0 as docker
Expand Down

0 comments on commit c61d2e5

Please sign in to comment.