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 @@ -215,7 +215,7 @@ spec:
215215 image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:9b180776a41d9a22a1c51539f1647c60defbbd55b44bbebdd4130e33512d8b0d
216216 name : use-trusted-artifact
217217 - computeResources : {}
218- image : registry.access.redhat.com/ubi9/go-toolset:9.7-1763633888
218+ image : registry.access.redhat.com/ubi9/go-toolset:9.7-1764620329
219219 name : task-run
220220 script : |
221221 #!/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-1763633888 as builder
5+ FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1764620329 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