Skip to content

Commit

Permalink
CI: update Alpine and openSUSE container images
Browse files Browse the repository at this point in the history
This should unstuck Cirrus CI.
  • Loading branch information
dnicolodi committed Aug 17, 2024
1 parent 26201bd commit 5ddfeaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/alpine-3.docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: MIT

# 20240305
# 20240817
FROM alpine:3
RUN apk add --no-cache python3-dev py3-pip build-base ninja-is-really-ninja git patchelf
2 changes: 1 addition & 1 deletion ci/opensuse-15.docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: MIT

# 20230816
# 20240817
FROM opensuse/leap:latest
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 comments on commit 5ddfeaa

Please sign in to comment.