Skip to content

Commit 691d312

Browse files
committed
CI: update Alpine and openSUSE container images
This should unstuck Cirrus CI.
1 parent 6a50c29 commit 691d312

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
# 20240305
5+
# 20240817
66
FROM alpine:3
77
RUN apk add --no-cache python3-dev py3-pip build-base ninja-is-really-ninja git patchelf

ci/opensuse-15.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+
# 20240817
66
FROM opensuse/leap:latest
77
RUN zypper --non-interactive install python311 python311-pip python311-devel gcc ninja git patchelf && zypper clean --all && ln -s python3.11 /usr/bin/python3

0 commit comments

Comments
 (0)