diff --git a/Dockerfile b/Dockerfile index ef2f860..3f88158 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:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb WORKDIR /root/rpmbuild RUN dnf install -y make dnf-utils rpm-build golang RUN yum-builddep -y --enablerepo ubi-9-appstream-source golang