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 0c50d01 commit b8e2084Copy full SHA for b8e2084
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11.1-slim
+FROM python:3.11.2-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