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 17, 2024
1 parent 0bb9c40 commit d4d2694
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:91b6f2536990b5be900e35d343c08c22b3918123bb69b6d12968d4fd77b34363 \
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 d4d2694

Please sign in to comment.