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 629034f commit 6495337Copy full SHA for 6495337
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13.3-slim
+FROM python:3.13.4-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