Skip to content

Commit

Permalink
chore: Update from rhel8/go-toolset:1.19.10-16 to rhel8/go-toolset:1.…
Browse files Browse the repository at this point in the history
…20.10-3 (#167)

* chore: Update from rhel8/go-toolset:1.19.10-16 to rhel8/go-toolset:1.20.10-3

Signed-off-by: Nick Boldt <[email protected]>

* chore: Update from ubi8-minimal:8.8-1072 to ubi8-minimal:8.9-1029

Signed-off-by: Nick Boldt <[email protected]>

* chore: Update from ubi8/go-toolset:1.19.10-16 to ubi8/go-toolset:1.20.10-3

Signed-off-by: Nick Boldt <[email protected]>

* chore: Update from ubi8-minimal:8.8-1072 to ubi8-minimal:8.9-1029

Signed-off-by: Nick Boldt <[email protected]>

---------

Signed-off-by: Nick Boldt <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
  • Loading branch information
che-incubator-bot and nickboldt authored Nov 20, 2023
1 parent 6554c3f commit bc32e3d
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.19.10-16 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-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.8-1072
FROM registry.access.redhat.com/ubi8-minimal:8.9-1029
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.19.10-16 as builder
FROM rhel8/go-toolset:1.20.10-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.8-1072
FROM ubi8-minimal:8.9-1029
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 bc32e3d

Please sign in to comment.