From 66a608131b02fe30df625b31ebd9ea57009458e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:20:32 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- example/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Dockerfile b/example/Dockerfile index 12dbf1f..07c409f 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -15,7 +15,7 @@ COPY service.py start.sh /bin/ RUN chown root:root /bin/service.py /bin/start.sh RUN chmod 0755 /bin/service.py /bin/start.sh -FROM python:3.12-slim-bullseye +FROM python:3.13-slim-bullseye # Copy all our files to the final image. COPY --from=builder /nitriding-daemon/nitriding /bin/start.sh /bin/service.py /bin/