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 ade07af commit 4eb1241Copy full SHA for 4eb1241
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/fedora/fedora:42 AS builder
+FROM quay.io/fedora/fedora:43 AS builder
2
RUN dnf install -y cargo git-core libzstd-devel openssl-devel xz-devel
3
WORKDIR /build
4
COPY Cargo.* ./
@@ -13,7 +13,7 @@ RUN if [ $(uname -p) != x86_64 ]; then sed -i "s/^debug = false$/debug = false\n
13
RUN mkdir -p .cargo && echo -e '[net]\ngit-fetch-with-cli = true' > .cargo/config.toml
14
RUN cargo build --release
15
16
-FROM quay.io/fedora/fedora:42
+FROM quay.io/fedora/fedora:43
17
RUN dnf install -y /usr/bin/gpg /usr/bin/kpartx /usr/bin/lsblk \
18
/usr/bin/udevadm && \
19
dnf clean all
0 commit comments