Skip to content

Commit

Permalink
Update python Docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent c8cb724 commit a9f9ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit a9f9ce0

Please sign in to comment.