Update Dockerfile - bump python to 3.11.13 (#1110)

bump python to 3.11.13
This commit is contained in:
Sam Stepanyan 2025-07-31 23:12:05 +01:00 committed by GitHub
parent 630de628b9
commit 070902df5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11.11-slim
FROM python:3.11.13-slim
RUN apt-get update && \
apt-get install -y gcc libssl-dev && \