mirror of
https://github.com/mkuf/prind.git
synced 2026-05-07 08:57:33 +02:00
chore(deps): update python docker tag to v3.13 (#175)
* chore(deps): update python docker tag to v3.13 for klipperscreen --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Markus Küffner <kueffner.markus@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12-bookworm as build
|
||||
FROM python:3.13-bookworm as build
|
||||
|
||||
ARG REPO=https://github.com/KlipperScreen/KlipperScreen
|
||||
ARG VERSION=master
|
||||
@@ -19,7 +19,7 @@ RUN git clone ${REPO} klipperscreen \
|
||||
RUN python -m venv venv \
|
||||
&& venv/bin/pip install -r klipperscreen/scripts/KlipperScreen-requirements.txt
|
||||
|
||||
FROM python:3.12-slim-bookworm as run
|
||||
FROM python:3.13-slim-bookworm as run
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y \
|
||||
|
||||
Reference in New Issue
Block a user