Skip to content

Commit

Permalink
fix: downgrade packer version (#1126)
Browse files Browse the repository at this point in the history
Downgrade the Packer version and use a version that fixes critical CVEs.
  • Loading branch information
dkoshkin authored Jul 25, 2024
1 parent bc08724 commit 72f453f
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.2 as packer-amd64
FROM --platform=linux/amd64 mesosphere/packer:1.9.5-nkp.1 as packer-amd64
# hadolint ignore=DL3029
FROM --platform=linux/arm64 hashicorp/packer:1.10.2 as packer-arm64
FROM --platform=linux/arm64 mesosphere/packer:1.9.5-nkp.1 as packer-arm64
FROM golangci/golangci-lint:v1.56.2-alpine as golangci-lint
FROM goreleaser/goreleaser:v1.24.0 as goreleaser
FROM docker:26.1 as docker
Expand Down

0 comments on commit 72f453f

Please sign in to comment.