Skip to content

Commit 602e6d6

Browse files
committed
not ready for f41
1 parent 4963469 commit 602e6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/fedora:41 as build
1+
FROM quay.io/fedora/fedora:40 as build
22

33
#
44
# Build dependencies
@@ -22,7 +22,7 @@ RUN cargo fetch
2222
RUN cargo build --release
2323

2424
# Remove dependencies
25-
FROM quay.io/fedora/fedora:41
25+
FROM quay.io/fedora/fedora:40
2626

2727
# Install niceties
2828
RUN dnf install -y python3 python3-pip python3-devel rsync git tree \

0 commit comments

Comments
 (0)