Update Cirrus container to bullseye

This commit is contained in:
Blaise
2024-03-30 11:15:33 -05:00
parent 1fcb65d094
commit cd55fa9f8a
4 changed files with 13 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
# Dockerfile for Python 3 with xz-utils (for tar.xz unpacking)
FROM python:3.6-slim-buster
FROM python:3.9-slim-bullseye
RUN apt update && apt install -y xz-utils patch axel curl git