diff --git a/Dockerfile b/Dockerfile index ef2f860..4a73ddd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG GO_VERSION=1.23.2 # yum-builddep --enablerepo ubi-9-appstream-source golang # rpmbuild -bs SPECS/… -FROM registry.access.redhat.com/ubi9/ubi@sha256:ee0b908e958a1822afc57e5d386d1ea128eebe492cb2e01b6903ee19c133ea75 +FROM registry.access.redhat.com/ubi9/ubi@sha256:5ae30df1cf22d3f805b031eaf88218f6e084049cb30a8d22361f2a4f13eaa511 WORKDIR /root/rpmbuild RUN dnf install -y make dnf-utils rpm-build golang RUN yum-builddep -y --enablerepo ubi-9-appstream-source golang