diff --git a/Dockerfile b/Dockerfile index 9d73f46..a5555c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora:41 as build +FROM quay.io/fedora/fedora:40 as build # # Build dependencies @@ -22,7 +22,7 @@ RUN cargo fetch RUN cargo build --release # Remove dependencies -FROM quay.io/fedora/fedora:41 +FROM quay.io/fedora/fedora:40 # Install niceties RUN dnf install -y python3 python3-pip python3-devel rsync git tree \