Skip to content

Commit

Permalink
Merge pull request #181 from che-incubator/pr-update-base-images-1716…
Browse files Browse the repository at this point in the history
…595439

chore: Update from rhel8/go-toolset:1.20.12-5 to rhel8/go-toolset:1.21.9-3
  • Loading branch information
tolusha committed May 27, 2024
2 parents ef0451b + ddbbe3e commit b56091f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Red Hat, Inc. - initial API and implementation
#
# https://registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.9-3 as builder
ENV GOPATH=/go/ \
GO111MODULE=on

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN adduser appuser && \
make build

# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.9-1161
FROM registry.access.redhat.com/ubi8-minimal:8.10-896
USER root
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
# CRW-528 copy actual cert
Expand Down
4 changes: 2 additions & 2 deletions build/dockerfiles/brew.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Red Hat, Inc. - initial API and implementation
#
# https://registry.access.redhat.com/rhel8/go-toolset
FROM rhel8/go-toolset:1.20.12-5 as builder
FROM rhel8/go-toolset:1.21.9-3 as builder
ENV GOPATH=/go/ \
GO111MODULE=on

Expand All @@ -27,7 +27,7 @@ RUN adduser appuser && \
make build

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

Expand Down

0 comments on commit b56091f

Please sign in to comment.