Skip to content

Commit 49cfcc0

Browse files
authored
Merge pull request #194 from che-incubator/pr-update-base-images-1735949104
chore: Update from rhel8/go-toolset:1.22.7-5 to rhel8/go-toolset:1.22.9-1
2 parents a8cad3f + 11eede1 commit 49cfcc0

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.22.7-5 as builder
12+
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1 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.10-1130
41+
FROM registry.access.redhat.com/ubi8-minimal:8.10-1154
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.22.7-5 as builder
12+
FROM rhel8/go-toolset:1.22.9-1 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.10-1130
30+
FROM ubi8-minimal:8.10-1154
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)