Skip to content

Commit

Permalink
Update python Docker tag to v3.13 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent d443f82 commit eb8f49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/stockfish/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.13

# Install Stockfish engine
RUN apt-get update && apt-get install -y stockfish && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit eb8f49a

Please sign in to comment.