Skip to content

Commit

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

chore: Update from rhel8/go-toolset:1.21.11-1 to rhel8/go-toolset:1.21.11-8
  • Loading branch information
tolusha authored Aug 26, 2024
2 parents a9ab712 + 429c2e7 commit 894053c
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.21.11-1 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8 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.10-1018
FROM registry.access.redhat.com/ubi8-minimal:8.10-1052
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.21.11-1 as builder
FROM rhel8/go-toolset:1.21.11-8 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.10-1018
FROM ubi8-minimal:8.10-1052
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 894053c

Please sign in to comment.