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 12
12
# for a local build, see rhel.Dockerfile
13
13
14
14
# https://registry.access.redhat.com/ubi8/go-toolset
15
- FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8 as builder
15
+ FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1 as builder
16
16
USER 0
17
17
ENV GOPATH=/go/ \
18
18
CGO_ENABLED=1
@@ -32,7 +32,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
32
32
chmod 755 /usr/local/bin/configbump
33
33
34
34
# https://registry.access.redhat.com/ubi8-minimal
35
- FROM registry.access.redhat.com/ubi8-minimal:8.10-1052 as runtime
35
+ FROM registry.access.redhat.com/ubi8-minimal:8.10-1086 as runtime
36
36
# hadolint ignore=DL4006
37
37
RUN microdnf -y install shadow-utils && \
38
38
adduser appuser && \
Original file line number Diff line number Diff line change 12
12
# see also brew.Dockerfile
13
13
14
14
# https://registry.access.redhat.com/ubi8/go-toolset
15
- FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8 as builder
15
+ FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1 as builder
16
16
USER 0
17
17
ENV GOPATH=/go/ \
18
18
CGO_ENABLED=1
@@ -30,7 +30,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
30
30
chmod 755 /usr/local/bin/configbump
31
31
32
32
# https://registry.access.redhat.com/ubi8-minimal
33
- FROM registry.access.redhat.com/ubi8-minimal:8.10-1052 as runtime
33
+ FROM registry.access.redhat.com/ubi8-minimal:8.10-1086 as runtime
34
34
# hadolint ignore=DL4006
35
35
RUN microdnf -y install shadow-utils && \
36
36
adduser appuser && \
You can’t perform that action at this time.
0 commit comments