chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.9-1161
Signed-off-by: Nick Boldt <nboldt@redhat.com>pull/1829/head
parent
0238ed3004
commit
c5ef8bb6d5
|
|
@ -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.9-1108
|
||||
FROM registry.access.redhat.com/ubi8-minimal:8.9-1161
|
||||
|
||||
COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
|
||||
COPY --from=builder /che-operator/che-operator /manager
|
||||
|
|
|
|||
Loading…
Reference in New Issue