diff --git a/.tekton/trillian-unit-test.yaml b/.tekton/trillian-unit-test.yaml index a053ebab85..7b6680a74a 100644 --- a/.tekton/trillian-unit-test.yaml +++ b/.tekton/trillian-unit-test.yaml @@ -9,7 +9,7 @@ spec: - name: source steps: - name: run-tests - image: registry.access.redhat.com/ubi9/go-toolset@sha256:9666cdca1df0003f60b5bf3862b58a910df5753ba7bd166a2117b044b29450cb + image: registry.access.redhat.com/ubi9/go-toolset@sha256:ace149b17c62803c8a4d3ecfbc0c17dd9a4242ea3f0a6f14a4578474e34c3c3e workingDir: $(workspaces.source.path)/source script: | #!/usr/bin/env sh diff --git a/Dockerfile.logserver.rh b/Dockerfile.logserver.rh index a34794f2c3..f17736e3d1 100644 --- a/Dockerfile.logserver.rh +++ b/Dockerfile.logserver.rh @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset@sha256:9666cdca1df0003f60b5bf3862b58a910df5753ba7bd166a2117b044b29450cb AS builder +FROM registry.access.redhat.com/ubi9/go-toolset@sha256:ace149b17c62803c8a4d3ecfbc0c17dd9a4242ea3f0a6f14a4578474e34c3c3e AS builder ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT ENV CGO_ENABLED=false diff --git a/Dockerfile.logsigner.rh b/Dockerfile.logsigner.rh index 8e95b90b90..9101bbdaf1 100644 --- a/Dockerfile.logsigner.rh +++ b/Dockerfile.logsigner.rh @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset@sha256:9666cdca1df0003f60b5bf3862b58a910df5753ba7bd166a2117b044b29450cb AS builder +FROM registry.access.redhat.com/ubi9/go-toolset@sha256:ace149b17c62803c8a4d3ecfbc0c17dd9a4242ea3f0a6f14a4578474e34c3c3e AS builder ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT ENV CGO_ENABLED=false