Skip to content

Commit

Permalink
not ready for f41
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Oct 30, 2024
1 parent 4963469 commit 602e6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:41 as build
FROM quay.io/fedora/fedora:40 as build

#
# Build dependencies
Expand All @@ -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 \
Expand Down

0 comments on commit 602e6d6

Please sign in to comment.