Skip to content

Commit 87317ad

Browse files
committed
Upgrade Golang builder image to RHEL 9/Golang 1.23
This commit updates the Dockerfile to use `openshift/golang-builder:rhel_9_golang_1.23` instead of `rhel_8_golang_1.19`. This will protects the image against CVE-2024-24790. Resolves: rhbz#2351368 Signed-off-by: Guillaume Abrioux <[email protected]>
1 parent a170782 commit 87317ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build stage 1
22

3-
FROM openshift/golang-builder:rhel_8_golang_1.19 AS builder
3+
FROM openshift/golang-builder:rhel_9_golang_1.23 AS builder
44

55
COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR
66

0 commit comments

Comments
 (0)