Skip to content

Commit 69c470f

Browse files
committed
CI: update docker images
1 parent 7eb7dc5 commit 69c470f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ debian-unstable_task:
4141
cpu: 1
4242
<< : *test
4343

44-
fedora-37_task:
44+
fedora-41_task:
4545
container:
46-
dockerfile: ci/fedora-37.docker
46+
dockerfile: ci/fedora-41.docker
4747
cpu: 1
4848
<< : *test
4949

ci/archlinux.docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
# 20221203
5+
# 20250127
66
FROM archlinux:latest
77
RUN pacman -Syu --noconfirm && pacman -S --noconfirm python python-pip gcc ninja git patchelf

ci/debian-12.docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
# 20240204
5+
# 20250127
66
FROM debian:bookworm
77
RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*

ci/fedora-37.docker renamed to ci/fedora-41.docker

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
# 20240204
6-
FROM fedora:37
5+
# 20250127
6+
FROM fedora:41
77
RUN dnf -y update && dnf -y install python3-devel python3-pip gcc ninja-build git patchelf && dnf clean all

0 commit comments

Comments
 (0)