Skip to content

Commit 23aae63

Browse files
committed
Update Fedora containers to Fedora 44
1 parent a73c779 commit 23aae63

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora-minimal:43 AS builder
1+
FROM registry.fedoraproject.org/fedora-minimal:44 AS builder
22

33
# Fedora builds LLVM with libffi support, and when statically linking against
44
# LLVM the build will fail if libffi-devel isn't installed, hence we include it
@@ -13,7 +13,7 @@ RUN make build PREFIX='/usr'
1313
RUN strip target/release/inko
1414
RUN make install PREFIX='/usr'
1515

16-
FROM registry.fedoraproject.org/fedora-minimal:43
16+
FROM registry.fedoraproject.org/fedora-minimal:44
1717

1818
# gcc is needed to link object files. This also pulls in libgcc, which the
1919
# generated code links against dynamically.

ci/docker/fedora/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:43
1+
FROM registry.fedoraproject.org/fedora:44
22

33
ENV LLVM_VERSION 18
44
ENV RUST_VERSION 1.94

0 commit comments

Comments
 (0)