downgrade to 3.11
This commit is contained in:
parent
435475b28f
commit
a3c162ffde
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue