diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-13 18:57:22 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-13 18:57:22 +0100 |
commit | c853ad2f293897d4924be2a591c3d0425ff738bf (patch) | |
tree | 4e7115485c1c0831f645ce4e8c8e5fe00f6fed03 | |
parent | 4a34bfd511866fc753a8747782525c526eef3dd0 (diff) | |
download | rpm-package-builder-c853ad2f293897d4924be2a591c3d0425ff738bf.tar.gz |
switch to version 10stream10
-rw-r--r-- | Dockerfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ -FROM quay.io/centos/centos:stream9 +FROM quay.io/centos/centos:stream10 -ENV SUMMARY="CentOS Stream 9 builder" \ - DESCRIPTION="CentOS Stream 9 image for test builds and rpm package builds." +ENV SUMMARY="CentOS Stream 10 builder" \ + DESCRIPTION="CentOS Stream 10 image for test builds and rpm package builds." LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \ summary="${SUMMARY}" \ @@ -15,7 +15,7 @@ RUN /usr/local/bin/configure-mirror && \ dnf install -y \ 'dnf-command(builddep)' \ 'dnf-command(config-manager)' \ - https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \ + https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm \ && \ /usr/local/bin/configure-mirror && \ dnf repolist --all && \ |