Skip to content

Commit 6174bd9

Browse files
committed
bump to f41
1 parent 341e129 commit 6174bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/fedora:40 as build
1+
FROM quay.io/fedora/fedora:41 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:40
25+
FROM quay.io/fedora/fedora:41
2626

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

0 commit comments

Comments
 (0)