We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b2a36 commit eb71f22Copy full SHA for eb71f22
2 files changed
docs/howto/bootstrap-taskgraph.rst
@@ -101,7 +101,7 @@ in addition to ``taskcluster-taskgraph`` we also want to depend on
101
EOF
102
103
# This works best if you use the same Python as the one used in the Decision
104
- # image (currently 3.11).
+ # image (currently 3.13).
105
pip-compile --generate-hashes --output-file requirements.txt requirements.in
106
107
.. note::
taskcluster/docker/run-task/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:12-slim
+FROM debian:13-slim
2
LABEL maintainer="Release Engineering <release+taskgraph-ci@mozilla.com>"
3
4
# Add worker user
0 commit comments