Skip to content

Commit

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

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

Signed-off-by: Nick Boldt <[email protected]>

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

Signed-off-by: Nick Boldt <[email protected]>

* chore: Update from rhel8/go-toolset:1.19.10-10 to rhel8/go-toolset:1.19.10-16

Signed-off-by: Nick Boldt <[email protected]>

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

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 authored Sep 25, 2023
1 parent 98922e9 commit ec92e15
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.10-10 as builder
FROM rhel8/go-toolset:1.19.10-16 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-1037 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 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.10-10 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16 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-1037 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 as runtime
COPY --from=builder /rootfs /
RUN microdnf install -y openssl; microdnf clean -y all
USER unprivilegeduser
Expand Down

0 comments on commit ec92e15

Please sign in to comment.