Skip to content

Commit 14260a2

Browse files
akurinnoyclaude
andauthored
chore: update CI Docker image to Go 1.25 (#1593)
Update .ci/oci.Dockerfile to use Go 1.25 base image to support upcoming Go toolchain updates. This change updates the OpenShift CI base image from golang-1.24 to golang-1.25 and pins it by SHA256 digest for security. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent b327363 commit 14260a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/oci.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
# limitations under the License.
1414
#
1515

16-
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20
16+
# Image pinned by SHA256 to address GitHub security bot warnings about unpinned dependencies
17+
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.20@sha256:cd5c68457b9da02df266e32f9e26d9c323d808acaadc35126c50a526051c1d89
1718

1819
SHELL ["/bin/bash", "-c"]
1920

0 commit comments

Comments
 (0)