Skip to content

Commit

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

* chore: Update from ubi8/go-toolset:1.19.10-3 to ubi8/go-toolset:1.19.10-10

Signed-off-by: Nick Boldt <nboldt@redhat.com>

* chore: Update from ubi8-minimal:8.8-1014 to ubi8-minimal:8.8-1037

Signed-off-by: Nick Boldt <nboldt@redhat.com>

* chore: Update from ubi8/go-toolset:1.19.10-3 to ubi8/go-toolset:1.19.10-10

Signed-off-by: Nick Boldt <nboldt@redhat.com>

* chore: Update from ubi8-minimal:8.8-1014 to ubi8-minimal:8.8-1037

Signed-off-by: Nick Boldt <nboldt@redhat.com>

---------

Signed-off-by: Nick Boldt <nboldt@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
che-incubator-bot and nickboldt authored Aug 14, 2023
1 parent b8f633b commit 910e5f4
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-3 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 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-1014 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.8-1037 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-3 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 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-1014 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.8-1037 as runtime
#hadolint ignore=DL4006
RUN microdnf -y install shadow-utils && \
adduser appuser && \
Expand Down

0 comments on commit 910e5f4

Please sign in to comment.