We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d8dd0b + 51b93f6 commit e16189bCopy full SHA for e16189b
config/Dockerfile
@@ -1,5 +1,5 @@
1
FROM quay.io/konflux-ci/yq:latest AS yq
2
-FROM registry.access.redhat.com/ubi9:9.7-1769417801 AS builder
+FROM registry.access.redhat.com/ubi9:9.7-1771346757 AS builder
3
4
ARG GOCILINT_VERSION="2.7.2"
5
ARG GOCILINT_SHA256SUM="ce46a1f1d890e7b667259f70bb236297f5cf8791a9b6b98b41b283d93b5b6e88"
@@ -19,7 +19,7 @@ RUN curl -L -o gh.tar.gz ${GH_LOCATION} && \
19
tar xzf gh.tar.gz gh_${GH_VERSION}_linux_amd64/bin/gh && \
20
mv gh_${GH_VERSION}_linux_amd64/bin/gh /usr/local/bin
21
22
-FROM registry.access.redhat.com/ubi9:9.7-1769417801
+FROM registry.access.redhat.com/ubi9:9.7-1771346757
23
24
RUN dnf -y install openssh-clients jq skopeo python3-pyyaml git go-toolset rsync && \
25
dnf clean all && \
0 commit comments