Skip to content

Commit 4eb1241

Browse files
committed
dockerfile: update to fedora 43
1 parent ade07af commit 4eb1241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/fedora:42 AS builder
1+
FROM quay.io/fedora/fedora:43 AS builder
22
RUN dnf install -y cargo git-core libzstd-devel openssl-devel xz-devel
33
WORKDIR /build
44
COPY Cargo.* ./
@@ -13,7 +13,7 @@ RUN if [ $(uname -p) != x86_64 ]; then sed -i "s/^debug = false$/debug = false\n
1313
RUN mkdir -p .cargo && echo -e '[net]\ngit-fetch-with-cli = true' > .cargo/config.toml
1414
RUN cargo build --release
1515

16-
FROM quay.io/fedora/fedora:42
16+
FROM quay.io/fedora/fedora:43
1717
RUN dnf install -y /usr/bin/gpg /usr/bin/kpartx /usr/bin/lsblk \
1818
/usr/bin/udevadm && \
1919
dnf clean all

0 commit comments

Comments
 (0)