Skip to content

Commit 2184b6d

Browse files
authored
Update Dockerfile
1 parent 1a02aef commit 2184b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift-ci/build-root/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile to bootstrap build and test in openshift-ci
22

3-
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.16
3+
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.17
44

55
ARG KUBECTL_KUTTL_VERSION=0.12.1
66
ARG OPERATOR_SDK_VERSION=1.35.0
@@ -23,4 +23,4 @@ RUN wget https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack
2323

2424
# Install operator-sdk
2525
RUN curl -L -o /usr/local/bin/operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/v${OPERATOR_SDK_VERSION}/operator-sdk_linux_amd64 && \
26-
chmod +x /usr/local/bin/operator-sdk
26+
chmod +x /usr/local/bin/operator-sdk

0 commit comments

Comments
 (0)