Skip to content

Commit

Permalink
Dockerfile: rebase from f39 to f40
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak committed Jun 12, 2024
1 parent 189f342 commit eaace78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:39 AS builder
FROM registry.fedoraproject.org/fedora:40 AS builder
RUN dnf install -y cargo git-core libzstd-devel openssl-devel xz-devel
WORKDIR /build
COPY Cargo.* ./
Expand All @@ -13,7 +13,7 @@ RUN if [ $(uname -p) != x86_64 ]; then sed -i "s/^debug = false$/debug = false\n
RUN mkdir -p .cargo && echo -e '[net]\ngit-fetch-with-cli = true' > .cargo/config.toml
RUN cargo build --release

FROM registry.fedoraproject.org/fedora:39
FROM registry.fedoraproject.org/fedora:40
RUN dnf install -y /usr/bin/gpg /usr/sbin/kpartx /usr/bin/lsblk \
/usr/sbin/udevadm && \
dnf clean all
Expand Down

0 comments on commit eaace78

Please sign in to comment.