Skip to content

Commit 0a8a107

Browse files
chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9.7-1766405866
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent f038c09 commit 0a8a107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/entitlements-api-go-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ spec:
221221
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:9b180776a41d9a22a1c51539f1647c60defbbd55b44bbebdd4130e33512d8b0d
222222
name: use-trusted-artifact
223223
- computeResources: {}
224-
image: registry.access.redhat.com/ubi9/go-toolset:9.7-1765311584
224+
image: registry.access.redhat.com/ubi9/go-toolset:9.7-1766405866
225225
name: task-run
226226
script: |
227227
#!/bin/bash

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use go-toolset as the builder image
33
# Once built, copys GO executable to a smaller image and runs it from there
44

5-
FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1765311584 as builder
5+
FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1766405866 as builder
66

77
LABEL name="entitlements-api-go" \
88
summary="Red Hat Entitlements API Service" \

0 commit comments

Comments
 (0)