From 726aafc7235ea45da94605e9d4c606da2c9d376e Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Wed, 12 Feb 2025 17:45:19 +0100 Subject: [PATCH] CI: update images --- ci/alpine-3.docker | 2 +- ci/debian-11.docker | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/alpine-3.docker b/ci/alpine-3.docker index 94d8a47a7..06e24cce6 100644 --- a/ci/alpine-3.docker +++ b/ci/alpine-3.docker @@ -2,6 +2,6 @@ # # SPDX-License-Identifier: MIT -# 20240817 +# 20250212 FROM alpine:3 RUN apk add --no-cache python3-dev py3-pip build-base ninja-is-really-ninja git patchelf diff --git a/ci/debian-11.docker b/ci/debian-11.docker index 5777afe83..e107fcd43 100644 --- a/ci/debian-11.docker +++ b/ci/debian-11.docker @@ -2,6 +2,6 @@ # # SPDX-License-Identifier: MIT -# 20240204 +# 20250212 FROM debian:bullseye RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*