Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,7 @@ debian: # https://gitlab.torproject.org/tpo/tpa/base-images # https://gitlab.torproject.org/tpo/tpa/team/-/wikis/policy/tpa-rfc-87-container-image-lifecycle - bookworm # Debian 12, EOL 2026-06 - trixie # Debian 13, EOL TBD, likely 2028-06 # As of 2025-04-01, there are no base images for these suites: #- stable # Debian stable, no EOL Loading arti/debian/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # ARG IMAGE_TAG=bookworm ARG IMAGE_TAG=trixie FROM docker.io/rust:slim-${IMAGE_TAG} AS build # Install dependencies Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,7 @@ debian: # https://gitlab.torproject.org/tpo/tpa/base-images # https://gitlab.torproject.org/tpo/tpa/team/-/wikis/policy/tpa-rfc-87-container-image-lifecycle - bookworm # Debian 12, EOL 2026-06 - trixie # Debian 13, EOL TBD, likely 2028-06 # As of 2025-04-01, there are no base images for these suites: #- stable # Debian stable, no EOL Loading
arti/debian/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # ARG IMAGE_TAG=bookworm ARG IMAGE_TAG=trixie FROM docker.io/rust:slim-${IMAGE_TAG} AS build # Install dependencies Loading