Skip to content

Commit 94e0469

Browse files
committed
chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.9-1161
Signed-off-by: Nick Boldt <[email protected]>
1 parent 3a34d1b commit 94e0469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
5050
GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go
5151

5252
# https://registry.access.redhat.com/ubi8-minimal
53-
FROM registry.access.redhat.com/ubi8-minimal:8.9-1108
53+
FROM registry.access.redhat.com/ubi8-minimal:8.9-1161
5454

5555
COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
5656
COPY --from=builder /che-operator/che-operator /manager

0 commit comments

Comments
 (0)