We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c945e9e commit ca77507Copy full SHA for ca77507
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/fedora/fedora:41 as build
+FROM quay.io/fedora/fedora:42 as build
2
3
#
4
# Build dependencies
@@ -19,7 +19,7 @@ RUN cargo fetch
19
RUN cargo build --release
20
21
# Remove dependencies
22
-FROM quay.io/fedora/fedora:41
+FROM quay.io/fedora/fedora:42
23
24
# Install niceties
25
RUN dnf install -y python3 python3-pip python3-devel rsync git tree \
0 commit comments