File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM debian:13 @sha256:35b8ff74ead4880f22090b617372daff0ccae742eb5674455d542bef71ef1999
1+ FROM debian:trixie-20260505 @sha256:e2d08da6f42ef4b09b165d55528a12727aeed8240dc9edf888e3ec07e10ef9da
22
33# ## Add worker user and setup its workspace.
44RUN mkdir -p /builds && \
Original file line number Diff line number Diff line change 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:13-slim@sha256:cedb1ef40439206b673ee8b33a46a03a0c9fa90bf3732f54704f99cb061d2c5a
5+ FROM debian:13-slim@sha256:109e2c65005bf160609e4ba6acf7783752f8502ad218e298253428690b9eaa4b
66LABEL maintainer="Mozilla Release Engineering <release+mozilla-taskgraph@mozilla.com>"
77
88VOLUME /builds/worker/checkouts
@@ -29,7 +29,7 @@ ENV SHELL=/bin/bash \
2929 PATH=/builds/worker/.local/bin:$PATH
3030
3131# uv
32- COPY --from=ghcr.io/astral-sh/uv:0.11.1 @sha256:fc93e9ecd7218e9ec8fba117af89348eef8fd2463c50c13347478769aaedd0ce /uv /bin/uv
32+ COPY --from=ghcr.io/astral-sh/uv:0.11.13 @sha256:841c8e6fe30a8b07b4478d12d0c608cba6de66102d29d65d1cc423af86051563 /uv /bin/uv
3333# %ARG PYTHON_VERSIONS
3434RUN uv python install $PYTHON_VERSIONS
3535RUN chown -R worker:worker /builds/worker
You can’t perform that action at this time.
0 commit comments