Skip to content

Commit

Permalink
upgrade console container base image to ubi-8.5 (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Feb 2, 2022
1 parent 96b1d4f commit cffaee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=0
COPY --from=uilayer /app/build /go/src/github.com/minio/console/portal-ui/build
RUN go build -ldflags "-w -s" -a -o console ./cmd/console

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5
MAINTAINER MinIO Development "dev@min.io"
EXPOSE 9090

Expand Down

0 comments on commit cffaee8

Please sign in to comment.