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 c5cc2b1 commit 5aa73e4Copy full SHA for 5aa73e4
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/fedora/fedora:43 AS builder
+FROM quay.io/fedora/fedora:44 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:43
+FROM quay.io/fedora/fedora:44
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