Skip to content

Commit c1193fc

Browse files
add update UBI image to 8.8 (minio#4625)
1 parent 1b99286 commit c1193fc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine as builder
1+
FROM golang:1.19-alpine as builder
22

33
LABEL maintainer="MinIO Inc <[email protected]>"
44

@@ -11,7 +11,7 @@ RUN \
1111
git clone https://github.com/minio/mc && cd mc && \
1212
go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
1313

14-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
14+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
1515

1616
ARG TARGETARCH
1717

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
22

33
LABEL maintainer="MinIO Inc <[email protected]>"
44

Dockerfile.hotfix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
22

33
ARG RELEASE
44

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
22

33
ARG TARGETARCH
44

0 commit comments

Comments
 (0)