Skip to content

Commit

Permalink
downgrade packer to 1.9.2
Browse files Browse the repository at this point in the history
Downgrade Packer to 1.9.2, the last version from BUSL was taken into
use. Eventually Packer will be replaced completely.

Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
  • Loading branch information
tuminoid authored and metal3-io-bot committed Jan 18, 2024
1 parent 5bd6f67 commit 33b7a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Get packer executables
FROM hashicorp/packer:light-1.9.4@sha256:33386b90aeb67a1dde1730b75a67d306dc8b9aebf2a0bbb96d9e96164b484e2b AS packer
FROM hashicorp/packer:light-1.9.2@sha256:9af80b3a43e1f408dd6c5787088031da317b533e6cf0c950e60c4a5abef496a6 AS packer

# Build openstack client
FROM python:3.12.1-alpine3.18@sha256:af0d8da43677e3000ebdf4045508d891a87e7bd2d3ec87bc6e40403be97291b8 AS builder
Expand Down

0 comments on commit 33b7a61

Please sign in to comment.