downgrade to 3.11

This commit is contained in:
Jev 2024-05-06 08:21:11 +00:00
parent 435475b28f
commit a3c162ffde

View file

@ -2,7 +2,8 @@
#
# SPDX-License-Identifier: MIT
FROM python:3-slim
# note: using 3.11 because pre-commit is not compatible with 3.12
FROM python:3.11-slim
ARG USERNAME=dev
ARG UID=1000