mirror of
https://github.com/mkuf/prind.git
synced 2025-11-02 11:26:29 +01:00
chore(deps): update python docker tag to v3.12 (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
## Get Klipper Source and Build venv
|
## Get Klipper Source and Build venv
|
||||||
##
|
##
|
||||||
FROM python:3.11-bookworm AS build
|
FROM python:3.12-bookworm AS build
|
||||||
|
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install -y cmake \
|
&& apt install -y cmake \
|
||||||
@@ -29,7 +29,7 @@ RUN venv/bin/pip install -r klipper/scripts/klippy-requirements.txt \
|
|||||||
|
|
||||||
## Klippy Runtime Image
|
## Klippy Runtime Image
|
||||||
##
|
##
|
||||||
FROM python:3.11-slim-bookworm AS run
|
FROM python:3.12-slim-bookworm AS run
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
RUN groupadd klipper --gid 1000 \
|
RUN groupadd klipper --gid 1000 \
|
||||||
|
|||||||
Reference in New Issue
Block a user