Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tekton/entitlements-api-go-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:9b180776a41d9a22a1c51539f1647c60defbbd55b44bbebdd4130e33512d8b0d
name: use-trusted-artifact
- computeResources: {}
image: registry.access.redhat.com/ubi9/go-toolset:9.7-1765311584
image: registry.access.redhat.com/ubi9/go-toolset:9.7-1766405866
name: task-run
script: |
#!/bin/bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use go-toolset as the builder image
# Once built, copys GO executable to a smaller image and runs it from there

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

LABEL name="entitlements-api-go" \
summary="Red Hat Entitlements API Service" \
Expand Down