Skip to content

Commit

Permalink
chore: Update from ubi8/go-toolset:1.19.10-16 to ubi8/go-toolset:1.20…
Browse files Browse the repository at this point in the history
….10-3 (#116)

* 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]>

* 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 dffcfc3 commit cdb74bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/dockerfiles/brew.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# for a local build, see rhel.Dockerfile

# 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
USER 0
ENV GOPATH=/go/ \
CGO_ENABLED=1
Expand All @@ -32,7 +32,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
chmod 755 /usr/local/bin/configbump

# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.9-1029 as runtime
#hadolint ignore=DL4006
RUN microdnf -y install shadow-utils && \
adduser appuser && \
Expand Down
4 changes: 2 additions & 2 deletions build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# see also brew.Dockerfile

# 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
USER 0
ENV GOPATH=/go/ \
CGO_ENABLED=1
Expand All @@ -30,7 +30,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
chmod 755 /usr/local/bin/configbump

# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.9-1029 as runtime
#hadolint ignore=DL4006
RUN microdnf -y install shadow-utils && \
adduser appuser && \
Expand Down

0 comments on commit cdb74bc

Please sign in to comment.