We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa20b9 commit da88823Copy full SHA for da88823
Dockerfile
@@ -2,7 +2,7 @@
2
# Use the official Python 3 image.
3
# https://hub.docker.com/_/python
4
#FROM python:3.8.16-slim
5
-FROM python:3.13.0-slim
+FROM python:3.13.1-slim
6
7
ARG DEBIAN_FRONTEND=noninteractive
8
RUN apt-get -y update \
0 commit comments