Skip to content

Commit cffaee8

Browse files
upgrade console container base image to ubi-8.5 (#1503)
1 parent 96b1d4f commit cffaee8

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
@@ -31,7 +31,7 @@ ENV CGO_ENABLED=0
3131
COPY --from=uilayer /app/build /go/src/github.com/minio/console/portal-ui/build
3232
RUN go build -ldflags "-w -s" -a -o console ./cmd/console
3333

34-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
34+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5
3535
MAINTAINER MinIO Development "[email protected]"
3636
EXPOSE 9090
3737

0 commit comments

Comments
 (0)