Skip to content

Commit

Permalink
CI: update Debian 12, Debian unstable, and OpenSUSE images
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Aug 15, 2023
1 parent c2be63e commit ac8c940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/debian-12.docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: MIT

# 20230620
# 20230816
FROM debian:bookworm
RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion ci/debian-unstable.docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: MIT

# 20230620
# 20230816
FROM debian:unstable
RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
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

# 20221203
# 20230816
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 ac8c940

Please sign in to comment.