Skip to content

Commit

Permalink
Merge pull request #147 from che-incubator/pr-update-base-images-1720…
Browse files Browse the repository at this point in the history
…224250

chore: Update from ubi8/go-toolset:1.20.10-3 to ubi8/go-toolset:1.21.11-1
  • Loading branch information
SDawley authored Jul 10, 2024
2 parents d6cba00 + 654ceb2 commit e2a9be9
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.20.10-3 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-1 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.9-1029 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.10-1018 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.20.10-3 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-1 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.9-1029 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.10-1018 as runtime
#hadolint ignore=DL4006
RUN microdnf -y install shadow-utils && \
adduser appuser && \
Expand Down

0 comments on commit e2a9be9

Please sign in to comment.