Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update from rhel8/go-toolset:1.20.10-10 to rhel8/go-toolset:1.20.12-5 #178

Merged
merged 5 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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
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.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
Loading