diff --git a/ci/alpine-3.docker b/ci/alpine-3.docker index 94d8a47a..06e24cce 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 5777afe8..e107fcd4 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/*