From 708e9143ee0167ed6584290482c24b13f26374d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:34:02 +0000 Subject: [PATCH] Update python Docker tag to v3.12 --- example/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Dockerfile b/example/Dockerfile index 42f32c0..4f915ed 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.11-slim-bullseye +FROM python:3.12-slim-bullseye # Copy all our files to the final image. COPY --from=builder /nitriding-daemon/nitriding /bin/start.sh /bin/service.py /bin/