Skip to content

Commit

Permalink
chore: Update from ubi8/go-toolset:1.22.7-5 to ubi8/go-toolset:1.22.9…
Browse files Browse the repository at this point in the history
…-1 (#1947)

* chore: Update from ubi8/go-toolset:1.22.7-5 to ubi8/go-toolset:1.22.9-1

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

* chore: Update from ubi8-minimal:8.10-1130 to ubi8-minimal:8.10-1154

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-bot and nickboldt authored Jan 7, 2025
1 parent 4d345af commit 9e1407f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.22.7-5 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1 as builder
ENV GOPATH=/go/ \
CGO_ENABLED=1
ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"
Expand Down Expand Up @@ -50,7 +50,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go

# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.10-1130
FROM registry.access.redhat.com/ubi8-minimal:8.10-1154

COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
COPY --from=builder /tmp/editors-definitions /tmp/editors-definitions
Expand Down

0 comments on commit 9e1407f

Please sign in to comment.