Skip to content

Commit

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

* chore: Update from ubi8/go-toolset:1.19.13-2 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 rhel8/go-toolset:1.19.13-2 to rhel8/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-bot and nickboldt committed Nov 20, 2023
1 parent 5c34a13 commit 9c5115f
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 @@ -10,7 +10,7 @@
#

# https://registry.access.redhat.com/rhel8/go-toolset
FROM rhel8/go-toolset:1.19.13-2 as builder
FROM rhel8/go-toolset:1.20.10-3 as builder
ENV GOPATH=/go/ \
CGO_ENABLED=1
USER root
Expand All @@ -27,7 +27,7 @@ RUN adduser unprivilegeduser && \
cp -rf /che-machine-exec/che-machine-exec /rootfs/go/bin

# 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
COPY --from=builder /rootfs /
RUN microdnf install -y openssl; microdnf clean -y all
USER unprivilegeduser
Expand Down
4 changes: 2 additions & 2 deletions build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

# https://registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-3 as builder
ENV GOPATH=/go/ \
CGO_ENABLED=1
USER root
Expand All @@ -27,7 +27,7 @@ RUN adduser unprivilegeduser && \
cp -rf /che-machine-exec/che-machine-exec /rootfs/go/bin

# 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
COPY --from=builder /rootfs /
RUN microdnf install -y openssl && \
microdnf -y update && \
Expand Down

0 comments on commit 9c5115f

Please sign in to comment.