Skip to content

Commit 7fbf82e

Browse files
Merge pull request #328 from Mhodesty/OSD-25529
Updated to use golang 1.22 and ubi9 container images.
2 parents 2e0b810 + ca76fb8 commit 7fbf82e

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.21 AS builder
1+
FROM registry.ci.openshift.org/openshift/release:golang-1.22 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-1086
11+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542
1212

1313
ENV USER_UID=1001 \
1414
USER_NAME=webhooks

0 commit comments

Comments
 (0)