From 8b8653492d4dd132aadff810f5bcb239c5b08d2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 16:58:32 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v13 --- taskcluster/docker/fetch/Dockerfile | 2 +- taskcluster/docker/python/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/docker/fetch/Dockerfile b/taskcluster/docker/fetch/Dockerfile index 27f8d91..2acb708 100644 --- a/taskcluster/docker/fetch/Dockerfile +++ b/taskcluster/docker/fetch/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:11 +FROM debian:13 ### Add worker user and setup its workspace. RUN mkdir -p /builds && \ diff --git a/taskcluster/docker/python/Dockerfile b/taskcluster/docker/python/Dockerfile index 8fb5096..7555609 100644 --- a/taskcluster/docker/python/Dockerfile +++ b/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/. -FROM debian:12-slim +FROM debian:13-slim LABEL maintainer="Mozilla Release Engineering " VOLUME /builds/worker/checkouts