Skip to content

Commit eb71f22

Browse files
authored
feat: bump run-task and decision docker images to debian 13 (breaking change) (#877)
1 parent 31b2a36 commit eb71f22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/howto/bootstrap-taskgraph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ in addition to ``taskcluster-taskgraph`` we also want to depend on
101101
EOF
102102
103103
# This works best if you use the same Python as the one used in the Decision
104-
# image (currently 3.11).
104+
# image (currently 3.13).
105105
pip-compile --generate-hashes --output-file requirements.txt requirements.in
106106
107107
.. note::

taskcluster/docker/run-task/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12-slim
1+
FROM debian:13-slim
22
LABEL maintainer="Release Engineering <release+taskgraph-ci@mozilla.com>"
33

44
# Add worker user

0 commit comments

Comments
 (0)