File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
# Red Hat, Inc. - initial API and implementation
10
10
#
11
11
# https://registry.access.redhat.com/ubi8/go-toolset
12
- FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-10 as builder
12
+ FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5 as builder
13
13
ENV GOPATH=/go/ \
14
14
GO111MODULE=on
15
15
@@ -38,7 +38,7 @@ RUN adduser appuser && \
38
38
make build
39
39
40
40
# https://registry.access.redhat.com/ubi8-minimal
41
- FROM registry.access.redhat.com/ubi8-minimal:8.9-1108
41
+ FROM registry.access.redhat.com/ubi8-minimal:8.9-1161
42
42
USER root
43
43
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
44
44
# CRW-528 copy actual cert
Original file line number Diff line number Diff line change 9
9
# Red Hat, Inc. - initial API and implementation
10
10
#
11
11
# https://registry.access.redhat.com/rhel8/go-toolset
12
- FROM rhel8/go-toolset:1.20.10-10 as builder
12
+ FROM rhel8/go-toolset:1.20.12-5 as builder
13
13
ENV GOPATH=/go/ \
14
14
GO111MODULE=on
15
15
@@ -27,7 +27,7 @@ RUN adduser appuser && \
27
27
make build
28
28
29
29
# https://registry.access.redhat.com/ubi8-minimal
30
- FROM ubi8-minimal:8.9-1108
30
+ FROM ubi8-minimal:8.9-1161
31
31
USER root
32
32
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
33
33
You can’t perform that action at this time.
0 commit comments