Skip to content

Commit

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

chore: Update from rhel8/go-toolset:1.20.10-10 to rhel8/go-toolset:1.20.12-5
  • Loading branch information
tolusha committed Apr 22, 2024
2 parents b460971 + 8bf73e6 commit ef0451b
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
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.10-10 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5 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-1108
FROM registry.access.redhat.com/ubi8-minimal:8.9-1161
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
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.10-10 as builder
FROM rhel8/go-toolset:1.20.12-5 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-1108
FROM ubi8-minimal:8.9-1161
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 ef0451b

Please sign in to comment.