Skip to content

Commit 17bf7e1

Browse files
dependabot[bot]tekton-robot
authored andcommitted
Bump the all group across 2 directories with 2 updates
Bumps the all group with 1 update in the /src/api/resources directory: wolfi-dev/git. Bumps the all group with 2 updates in the /tekton directory: wolfi-dev/git and [chainguard/crane](https://github.com/chainguard-images/images). Updates `wolfi-dev/git` from `5f59b9e` to `57581f8` Updates `wolfi-dev/git` from `5f59b9e` to `57581f8` Updates `chainguard/crane` from `c8a57c0` to `c7bcea7` - [Commits](https://github.com/chainguard-images/images/commits) --- updated-dependencies: - dependency-name: wolfi-dev/git dependency-version: alpine dependency-type: direct:production dependency-group: all - dependency-name: wolfi-dev/git dependency-version: alpine dependency-type: direct:production dependency-group: all - dependency-name: chainguard/crane dependency-version: latest-dev dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8fcaa0 commit 17bf7e1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/api/resources/import-resources-pipelinerun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: repo
5858
steps:
5959
- name: clone
60-
image: ghcr.io/wolfi-dev/git:alpine@sha256:5f59b9ea38aa6785f7ca1617ed345713692868f8f0f75ab57449b03b496b0536
60+
image: ghcr.io/wolfi-dev/git:alpine@sha256:57581f83c763ef67592887d9c27792c9e31e34aac42a2c3081751269415e3ff4
6161
env:
6262
- name: PARAM_URL
6363
value: $(params.repositoryURL)

tekton/prerelease-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
value: $(params.releaseBucket)
4040
steps:
4141
- name: check-git-tag
42-
image: ghcr.io/wolfi-dev/git:alpine@sha256:5f59b9ea38aa6785f7ca1617ed345713692868f8f0f75ab57449b03b496b0536
42+
image: ghcr.io/wolfi-dev/git:alpine@sha256:57581f83c763ef67592887d9c27792c9e31e34aac42a2c3081751269415e3ff4
4343
script: |
4444
echo "Checking git tag"
4545
# Look for the tag in the list of tags

tekton/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
- name: IMAGES
8181
steps:
8282
- name: container-registry-auth
83-
image: cgr.dev/chainguard/crane:latest-dev@sha256:c8a57c0f7c56f4caad955b80e6c130157d3673adce1f8898ee598c99f6096bdc
83+
image: cgr.dev/chainguard/crane:latest-dev@sha256:c7bcea7537f38170cb516ec42810ff477c8026eb593f45b823c4321024d9be7a
8484
script: |
8585
#!/bin/sh
8686
set -ex
@@ -179,7 +179,7 @@ spec:
179179
${PRESERVE_IMPORT_PATH} > /workspace/built_images
180180
181181
- name: tag-images
182-
image: cgr.dev/chainguard/crane:latest-dev@sha256:c8a57c0f7c56f4caad955b80e6c130157d3673adce1f8898ee598c99f6096bdc
182+
image: cgr.dev/chainguard/crane:latest-dev@sha256:c7bcea7537f38170cb516ec42810ff477c8026eb593f45b823c4321024d9be7a
183183
script: |
184184
#!/bin/sh
185185
set -ex

0 commit comments

Comments
 (0)