Skip to content

Commit db75633

Browse files
committed
Try to update to fedora 42 (latest)
Signed-off-by: Tomasz Gromadzki <[email protected]>
1 parent 8ca33bd commit db75633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/Dockerfile.mockbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
# Pull base image
9-
ARG FVERSION=41
9+
ARG FVERSION=latest
1010
FROM fedora:$FVERSION
1111
# Needed for later use of FVERSION
1212
ARG FVERSION
@@ -27,7 +27,7 @@ RUN chmod +x /tmp/repo-helper.sh && \
2727

2828
# Install basic tools
2929
RUN dnf -y install mock make \
30-
rpm-build createrepo rpmlint redhat-lsb-core git \
30+
rpm-build createrepo rpmlint git \
3131
python-srpm-macros rpmdevtools && \
3232
dnf -y clean all
3333

0 commit comments

Comments
 (0)