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 Dec 14, 2024
1 parent 3ed8f6a commit 87bcbbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:e89c6be599ce3e74c8a830aa7877795ffa3a430c138370bba4961a57bd21639c \
ghcr.io/wolfi-dev/sdk:latest@sha256:10a18553fc3d0eda71d0b01e64226c8060810da374c2f4fb0dfb81ef3639b145 \
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.3"
version = "0.21.1"
}
oci = {
source = "chainguard-dev/oci"
Expand Down

0 comments on commit 87bcbbe

Please sign in to comment.