Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
1 parent 1d78b0c commit fe70eb9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tflib/publisher/check-reproducibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ REBUILT_IMAGE_NAME=$(docker run --rm \
-v ${XDG_CACHE_HOME:-$HOME/.cache}:/cache \
-e XDG_CACHE_HOME=/cache \
--entrypoint apko \
ghcr.io/wolfi-dev/sdk:latest@sha256:e0aaf9303112afa815377584d22dce90f26c974a4fa754ea666d01968c9bf2fb \
ghcr.io/wolfi-dev/sdk:latest@sha256:e89c6be599ce3e74c8a830aa7877795ffa3a430c138370bba4961a57bd21639c \
publish /tmp/latest.apko.json ${container_name}:5000/reproduction
)

Expand Down
2 changes: 1 addition & 1 deletion tflib/publisher/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
apko = {
source = "chainguard-dev/apko"
version = "0.20.2"
version = "0.20.3"
}
oci = {
source = "chainguard-dev/oci"
Expand Down

0 comments on commit fe70eb9

Please sign in to comment.