Skip to content

Commit

Permalink
CI: update images
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Feb 12, 2025
1 parent 135c813 commit 726aafc
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

# 20240817
# 20250212
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/debian-11.docker
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 726aafc

Please sign in to comment.