Commit 457b23ef authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Merge branch 'chore/trixie' into 'main'

Chore: Debian trixie update (#5)

See merge request !19
parents 828d6d7a 64e0c2df
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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