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 6495337 commit 31df998Copy full SHA for 31df998
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13.4-slim
+FROM python:3.13.5-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