File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99# Red Hat, Inc. - initial API and implementation
1010#
1111# https://registry.access.redhat.com/ubi8/go-toolset
12- FROM registry.access.redhat.com/ubi8/go-toolset:1.25.3 as builder
12+ FROM registry.access.redhat.com/ubi8/go-toolset:1.25.5 as builder
1313ENV GOPATH=/go/ \
1414 GO111MODULE=on
1515
@@ -38,7 +38,7 @@ RUN adduser appuser && \
3838 make build
3939
4040# https://registry.access.redhat.com/ubi8-minimal
41- FROM registry.access.redhat.com/ubi8-minimal:8.10-1768785502
41+ FROM registry.access.redhat.com/ubi8-minimal:8.10-1769387960
4242USER root
4343RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
4444# CRW-528 copy actual cert
Original file line number Diff line number Diff line change 99# Red Hat, Inc. - initial API and implementation
1010#
1111# https://registry.access.redhat.com/rhel8/go-toolset
12- FROM rhel8/go-toolset:1.25.3 as builder
12+ FROM rhel8/go-toolset:1.25.5 as builder
1313ENV GOPATH=/go/ \
1414 GO111MODULE=on
1515
@@ -27,7 +27,7 @@ RUN adduser appuser && \
2727 make build
2828
2929# https://registry.access.redhat.com/ubi8-minimal
30- FROM ubi8-minimal:8.10-1179
30+ FROM ubi8-minimal:8.10-1769387960
3131USER root
3232RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
3333
Original file line number Diff line number Diff line change 11module github.com/che-incubator/kubernetes-image-puller
22
3- go 1.25.6
3+ go 1.25.5
44
55require (
66 github.com/google/go-cmp v0.6.0
You can’t perform that action at this time.
0 commit comments