We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857b410 commit 1df968aCopy full SHA for 1df968a
Dockerfile
@@ -50,7 +50,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
50
GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go
51
52
# https://registry.access.redhat.com/ubi8-minimal
53
-FROM registry.access.redhat.com/ubi8-minimal:8.10-1154
+FROM registry.access.redhat.com/ubi8-minimal:8.10-1179
54
55
COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
56
COPY --from=builder /tmp/editors-definitions /tmp/editors-definitions
0 commit comments