Skip to content

Commit 9cb7113

Browse files
Merge pull request #645 from camilamacedo86/update-images
OPRUN-3981: Update dockerfile to use go 1.24 and OCP image 4.20
2 parents 4be7441 + 9e11744 commit 9cb7113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.okd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
22
WORKDIR /go/src/github.com/operator-framework/operator-marketplace
33
COPY . .
44
RUN make osbs-build
55

6-
FROM registry.ci.openshift.org/origin/4.19:base
6+
FROM registry.ci.openshift.org/origin/4.20:base
77
RUN useradd marketplace-operator
88
USER marketplace-operator
99
COPY --from=builder /go/src/github.com/operator-framework/operator-marketplace/build/_output/bin/marketplace-operator /usr/bin

0 commit comments

Comments
 (0)