Skip to content

Commit 041ed59

Browse files
committed
CI: update cirrus-ci images
And hopefully get the CI jobs unstuck.
1 parent 7e4276f commit 041ed59

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci/alpine-3.docker

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

5-
# 20221203
5+
# 20240204
66
FROM alpine:3
77
RUN apk add --no-cache python3-dev py3-pip build-base ninja git patchelf

ci/debian-11.docker

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

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

ci/debian-12.docker

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

5-
# 20230816
5+
# 20240204
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

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

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

ci/miniconda.docker

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

5-
# 20221203
5+
# 20240204
66
FROM continuumio/miniconda3
77
RUN apt-get update && apt-get install -y gcc ninja-build git patchelf && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)