From a9f9ce00bd149cd129f2d376882ae9f17e1c61e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 02:35:38 +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 4f915ed..9e8fece 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/