Skip to content

Commit ce7d0d1

Browse files
committed
Update dockerfile
Signed-off-by: savitaashture <[email protected]>
1 parent 755af14 commit ce7d0d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.konflux/dockerfiles/git-init.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
2-
ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:8bd1b6306f8164de7fb0974031a0f903bd3ab3e6bcab835854d3d9a1a74ea5db
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2+
ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:0c1757c4526cfd7fdfedc54fadf4940e7f453201de65c0fefd454f3dde117273
33

44
FROM $GO_BUILDER AS builder
55

@@ -13,7 +13,7 @@ ENV GOEXPERIMENT=strictfipsruntime
1313
RUN cd image/git-init && go build -ldflags="-X 'knative.dev/pkg/changeset.rev=${CHANGESET_REV:0:7}'" -mod=vendor -tags strictfipsruntime -v -o /tmp/tektoncd-catalog-git-clone
1414

1515
FROM $RUNTIME
16-
ARG VERSION=git-init-1.17
16+
ARG VERSION=git-init-1.17.2
1717

1818
ENV BINARY=git-init \
1919
KO_APP=/ko-app \

0 commit comments

Comments
 (0)