Skip to content

Commit 5af3d1b

Browse files
committed
Revert "Bump ubi8/ubi-minimal from 8.10-1052 to 8.10-1052.1724178568 in /build" and "Bump openshift/release from golang-1.21 to golang-1.22 in /build"
1 parent c72fc2f commit 5af3d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/openshift/release:golang-1.22 AS builder
1+
FROM registry.ci.openshift.org/openshift/release:golang-1.21 AS builder
22

33
RUN mkdir -p /workdir
44
WORKDIR /workdir
@@ -8,7 +8,7 @@ COPY . .
88
RUN make build
99

1010
####
11-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568
11+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052
1212

1313
ENV USER_UID=1001 \
1414
USER_NAME=webhooks

0 commit comments

Comments
 (0)