Skip to content

Commit 22336f0

Browse files
authored
ACM-21348: Update builder image in Dockerfile.rhtap (#224)
Previously it was on RHEL 8 which causes this failure when scanned: ``` could not find dependent openssl version within container image: libcrypto.so.1.1 ```
1 parent 17a66c6 commit 22336f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rhtap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.21 as builder
2+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as builder
33

44
WORKDIR /workspace
55
COPY . .

0 commit comments

Comments
 (0)