We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0cc25 commit 597340cCopy full SHA for 597340c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12.4-slim
+FROM python:3.13.3-slim
2
3
RUN apt-get update && \
4
apt-cache madison git | awk 'END {print $3}' | xargs -i apt-get install -y --no-install-recommends git={} && \
0 commit comments