Skip to content

Commit e16189b

Browse files
Merge pull request #679 from AlexSmithGH/srep-3398/bump-ubi-go-1-25-7
SREP-3398 | Bump ubi9.7 base image to get go 1.25.7
2 parents 8d8dd0b + 51b93f6 commit e16189b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM quay.io/konflux-ci/yq:latest AS yq
2-
FROM registry.access.redhat.com/ubi9:9.7-1769417801 AS builder
2+
FROM registry.access.redhat.com/ubi9:9.7-1771346757 AS builder
33

44
ARG GOCILINT_VERSION="2.7.2"
55
ARG GOCILINT_SHA256SUM="ce46a1f1d890e7b667259f70bb236297f5cf8791a9b6b98b41b283d93b5b6e88"
@@ -19,7 +19,7 @@ RUN curl -L -o gh.tar.gz ${GH_LOCATION} && \
1919
tar xzf gh.tar.gz gh_${GH_VERSION}_linux_amd64/bin/gh && \
2020
mv gh_${GH_VERSION}_linux_amd64/bin/gh /usr/local/bin
2121

22-
FROM registry.access.redhat.com/ubi9:9.7-1769417801
22+
FROM registry.access.redhat.com/ubi9:9.7-1771346757
2323

2424
RUN dnf -y install openssh-clients jq skopeo python3-pyyaml git go-toolset rsync && \
2525
dnf clean all && \

0 commit comments

Comments
 (0)