File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
77LABEL name="entitlements-api-go" \
88 summary="Red Hat Entitlements API Service" \
You can’t perform that action at this time.
0 commit comments