Skip to content

Commit 1df968a

Browse files
committed
chore: Update from ubi8-minimal:8.10-1154 to ubi8-minimal:8.10-1179
Signed-off-by: Nick Boldt <[email protected]>
1 parent 857b410 commit 1df968a

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.10-1154
53+
FROM registry.access.redhat.com/ubi8-minimal:8.10-1179
5454

5555
COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
5656
COPY --from=builder /tmp/editors-definitions /tmp/editors-definitions

0 commit comments

Comments
 (0)