Skip to content

Commit ef0451b

Browse files
authored
Merge pull request #178 from che-incubator/pr-update-base-images-1713571430
chore: Update from rhel8/go-toolset:1.20.10-10 to rhel8/go-toolset:1.20.12-5
2 parents b460971 + 8bf73e6 commit ef0451b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/dockerfiles/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Red Hat, Inc. - initial API and implementation
1010
#
1111
# https://registry.access.redhat.com/ubi8/go-toolset
12-
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-10 as builder
12+
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5 as builder
1313
ENV GOPATH=/go/ \
1414
GO111MODULE=on
1515

@@ -38,7 +38,7 @@ RUN adduser appuser && \
3838
make build
3939

4040
# https://registry.access.redhat.com/ubi8-minimal
41-
FROM registry.access.redhat.com/ubi8-minimal:8.9-1108
41+
FROM registry.access.redhat.com/ubi8-minimal:8.9-1161
4242
USER root
4343
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
4444
# CRW-528 copy actual cert

build/dockerfiles/brew.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Red Hat, Inc. - initial API and implementation
1010
#
1111
# https://registry.access.redhat.com/rhel8/go-toolset
12-
FROM rhel8/go-toolset:1.20.10-10 as builder
12+
FROM rhel8/go-toolset:1.20.12-5 as builder
1313
ENV GOPATH=/go/ \
1414
GO111MODULE=on
1515

@@ -27,7 +27,7 @@ RUN adduser appuser && \
2727
make build
2828

2929
# https://registry.access.redhat.com/ubi8-minimal
30-
FROM ubi8-minimal:8.9-1108
30+
FROM ubi8-minimal:8.9-1161
3131
USER root
3232
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
3333

0 commit comments

Comments
 (0)