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 55d0a28 commit 8e2fbaeCopy full SHA for 8e2fbae
taskcluster/docker/fetch/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:11
+FROM debian:13
2
3
### Add worker user and setup its workspace.
4
RUN mkdir -p /builds && \
taskcluster/docker/python/Dockerfile
@@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
-FROM debian:12-slim
+FROM debian:13-slim
6
LABEL maintainer="Mozilla Release Engineering <[email protected]>"
7
8
VOLUME /builds/worker/checkouts
0 commit comments