File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Builder
2
- FROM registry.access.redhat.com/ubi9/ubi:9.3-1361.1699548029 @sha256:6b95efc134c2af3d45472c0a2f88e6085433df058cc210abb2bb061ac4d74359 AS builder
2
+ FROM registry.access.redhat.com/ubi9/ubi:9.3-1476 @sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398 AS builder
3
3
4
4
SHELL ["/bin/bash" , "-c" ]
5
5
Original file line number Diff line number Diff line change 1
1
# Builder
2
- FROM registry.access.redhat.com/ubi9/ubi:9.3-1361.1699548029 @sha256:6b95efc134c2af3d45472c0a2f88e6085433df058cc210abb2bb061ac4d74359 AS builder
2
+ FROM registry.access.redhat.com/ubi9/ubi:9.3-1476 @sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398 AS builder
3
3
4
4
# renovate: datasource=github-releases depName=mikefarah/yq
5
5
ARG YQ_VERSION=v4.40.5
Original file line number Diff line number Diff line change 1
1
# Builder
2
- FROM registry.access.redhat.com/ubi9/ubi:9.3-1361.1699548029 @sha256:6b95efc134c2af3d45472c0a2f88e6085433df058cc210abb2bb061ac4d74359 AS builder
2
+ FROM registry.access.redhat.com/ubi9/ubi:9.3-1476 @sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398 AS builder
3
3
4
4
SHELL ["/bin/bash" , "-c" ]
5
5
@@ -46,7 +46,7 @@ RUN curl -L "https://github.com/tektoncd/cli/releases/download/${TEKTON_VERSION}
46
46
tkn version
47
47
48
48
# Runnable
49
- FROM registry.access.redhat.com/ubi9/ubi:9.3-1361.1699548029 @sha256:6b95efc134c2af3d45472c0a2f88e6085433df058cc210abb2bb061ac4d74359
49
+ FROM registry.access.redhat.com/ubi9/ubi:9.3-1476 @sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398
50
50
51
51
ENV HOME=/home/tool-box
52
52
You can’t perform that action at this time.
0 commit comments