chore: Update from ubi8/go-toolset:1.17.12-11 to ubi8/go-toolset:1.18.4-8 (#1560)

* chore: Update from ubi8/go-toolset:1.17.12-11 to ubi8/go-toolset:1.18.4-8

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* chore: Update from ubi8-minimal:8.6-994 to ubi8-minimal:8.7-923

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
pull/1561/head
che-bot 2022-11-14 16:51:09 +01:00 committed by GitHub
parent 1865d4728c
commit 0d5efc4d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#
# https://registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.17.12-11 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.18.4-8 as builder
ENV GOPATH=/go/
ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"
ARG SKIP_TESTS="false"
@ -45,7 +45,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
CGO_ENABLED=0 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.6-994
FROM registry.access.redhat.com/ubi8-minimal:8.7-923
COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
COPY --from=builder /che-operator/che-operator /manager