Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent cbe6ce0 commit d5cb410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/klipper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Get Klipper Source and Build venv
##
FROM python:3.11-bookworm as build
FROM python:3.12-bookworm as build

RUN apt update \
&& apt install -y cmake \
Expand Down Expand Up @@ -28,7 +28,7 @@ RUN venv/bin/pip install -r klipper/scripts/klippy-requirements.txt \

## Klippy Runtime Image
##
FROM python:3.11-slim-bookworm as run
FROM python:3.12-slim-bookworm as run

WORKDIR /opt
RUN groupadd klipper --gid 1000 \
Expand Down

0 comments on commit d5cb410

Please sign in to comment.