Skip to content

Commit fa6be4f

Browse files
andrewschoenbigjust
authored andcommitted
Dockerfile: use ubi10 as the base image
Signed-off-by: Andrew Schoen <[email protected]>
1 parent 2cd7b2e commit fa6be4f

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
@@ -12,7 +12,7 @@ ENV GOFLAGS="-mod=vendor"
1212
RUN go run -mod vendor build.go -dev build
1313

1414
# Build stage 2
15-
FROM registry.redhat.io/ubi9/ubi-minimal:latest
15+
FROM registry.redhat.io/ubi10/ubi-minimal:latest
1616

1717
# Update the image to get the latest CVE updates
1818
RUN microdnf update -y

0 commit comments

Comments
 (0)