Skip to content

Commit 6b6d56a

Browse files
committed
Dockerfile: bump golang version to 1.19
The golang version needs to be updated due to a security bug. See https://bugzilla.redhat.com/show_bug.cgi?id=2112085 Resolves: rhbz#2112085 Signed-off-by: Guillaume Abrioux <[email protected]>
1 parent 6616bfe commit 6b6d56a

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.16 AS builder
3+
FROM openshift/golang-builder:rhel_8_golang_1.19 AS builder
44

55
COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR
66

0 commit comments

Comments
 (0)