Skip to content

Commit e9aaa80

Browse files
Merge pull request #324 from tnierman/revert-320-dependabot/docker/build/ubi8/ubi-minimal-8.10-1052.1724178568
Revert #320 and #321
2 parents c72fc2f + 5af3d1b commit e9aaa80

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)