We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341e129 commit 6174bd9Copy full SHA for 6174bd9
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/fedora/fedora:40 as build
+FROM quay.io/fedora/fedora:41 as build
2
3
#
4
# Build dependencies
@@ -22,7 +22,7 @@ RUN cargo fetch
22
RUN cargo build --release
23
24
# Remove dependencies
25
-FROM quay.io/fedora/fedora:40
+FROM quay.io/fedora/fedora:41
26
27
# Install niceties
28
RUN dnf install -y python3 python3-pip python3-devel rsync git tree \
0 commit comments