mirror of
https://github.com/mkuf/prind.git
synced 2026-05-07 05:06:43 +02:00
chore(deps): update python docker tag to v3.12
This commit is contained in:
committed by
Markus Küffner
parent
3d6d6e986d
commit
dd58f4d4e9
@@ -1,4 +1,4 @@
|
||||
FROM python:3.11-bookworm as build
|
||||
FROM python:3.12-bookworm as build
|
||||
|
||||
ARG REPO=https://github.com/KlipperScreen/KlipperScreen
|
||||
ARG VERSION=master
|
||||
@@ -18,7 +18,7 @@ RUN git clone ${REPO} klipperscreen \
|
||||
RUN python -m venv venv \
|
||||
&& venv/bin/pip install -r klipperscreen/scripts/KlipperScreen-requirements.txt
|
||||
|
||||
FROM python:3.11-slim-bookworm as run
|
||||
FROM python:3.12-slim-bookworm as run
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y \
|
||||
|
||||
Reference in New Issue
Block a user