Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.13 (#175)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and mkuf authored Nov 8, 2024
1 parent a357107 commit 63c3f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/klipperscreen/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 63c3f52

Please sign in to comment.