aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-12-13 18:57:22 +0100
committerGerd Hoffmann <kraxel@redhat.com>2024-12-13 18:57:22 +0100
commitc853ad2f293897d4924be2a591c3d0425ff738bf (patch)
tree4e7115485c1c0831f645ce4e8c8e5fe00f6fed03
parent4a34bfd511866fc753a8747782525c526eef3dd0 (diff)
downloadrpm-package-builder-stream10.tar.gz
switch to version 10stream10
-rw-r--r--Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 8c507b1..d2ae216 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 && \