We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b1d4f commit cffaee8Copy full SHA for cffaee8
Dockerfile
@@ -31,7 +31,7 @@ ENV CGO_ENABLED=0
31
COPY --from=uilayer /app/build /go/src/github.com/minio/console/portal-ui/build
32
RUN go build -ldflags "-w -s" -a -o console ./cmd/console
33
34
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5
35
MAINTAINER MinIO Development "[email protected]"
36
EXPOSE 9090
37
0 commit comments