Skip to content

Commit 7cc58fa

Browse files
andrewschoenbigjust
authored andcommitted
Dockerfile: use ubi8 base image
Signed-off-by: Andrew Schoen <[email protected]>
1 parent 9355831 commit 7cc58fa

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
@@ -22,7 +22,7 @@ RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -mod=readonly \
2222
-a -tags netgo
2323

2424
# Build stage 2
25-
FROM registry.redhat.io/ubi9/ubi-minimal
25+
FROM registry.redhat.io/ubi8/ubi-minimal
2626

2727
# Update the image to get the latest CVE updates
2828
RUN microdnf update -y && \

0 commit comments

Comments
 (0)