Skip to content

Commit

Permalink
Update image base Golang to 1.22 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: David Simansky <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and dsimansk authored Aug 5, 2024
1 parent f0ec16e commit 8dbf8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dockerfile to bootstrap build and test in openshift-ci

FROM registry.ci.openshift.org/openshift/release:golang-1.21
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22-openshift-4.17
2 changes: 1 addition & 1 deletion openshift/ci-operator/knative-images/kourier/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/openshift/release:golang-1.21 AS builder
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22-openshift-4.17 AS builder
WORKDIR /app/
COPY . .
RUN go build -mod vendor -o /tmp/kourier ./cmd/kourier
Expand Down

0 comments on commit 8dbf8f0

Please sign in to comment.