Skip to content

Commit 8e2fbae

Browse files
chore(deps): update debian docker tag to v13 (#132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55d0a28 commit 8e2fbae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

taskcluster/docker/fetch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:11
1+
FROM debian:13
22

33
### Add worker user and setup its workspace.
44
RUN mkdir -p /builds && \

taskcluster/docker/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
FROM debian:12-slim
5+
FROM debian:13-slim
66
LABEL maintainer="Mozilla Release Engineering <[email protected]>"
77

88
VOLUME /builds/worker/checkouts

0 commit comments

Comments
 (0)