Skip to content

Commit b18aa84

Browse files
chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.22.9-1743094161
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 596d3aa commit b18aa84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM quay.io/konflux-ci/tekton-integration-catalog/sealights-go:latest as sealights-agents
2-
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9 AS builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1743094161 AS builder
33
ENV GOBIN=$GOPATH/bin
44

55
USER root
@@ -50,7 +50,7 @@ RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${ORAS_VER
5050
rm -rf oras_${ORAS_VERSION}_*.tar.gz oras-install/ && \
5151
oras version
5252

53-
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9
53+
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1743094161
5454

5555
USER root
5656

0 commit comments

Comments
 (0)