From d64766283f52a1027840091c1e3299d5d5e75daa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 15 Sep 2025 19:44:20 +0000 Subject: [PATCH] Update containers.torproject.org/tpo/tpa/base-images/debian Docker tag to v13 --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- probetest/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d433c8..6917c5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -376,7 +376,7 @@ clean-image-tags: needs: - job: merge-manifests artifacts: false - image: containers.torproject.org/tpo/tpa/base-images/debian:bookworm + image: containers.torproject.org/tpo/tpa/base-images/debian:trixie before_script: - *apt-template - apt-get install -y jq curl diff --git a/Dockerfile b/Dockerfile index 77673dd..d8b16ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app/proxy RUN go get RUN CGO_ENABLED=0 go build -o proxy -ldflags '-extldflags "-static" -w -s' . -FROM containers.torproject.org/tpo/tpa/base-images/debian:bookworm as debian-base +FROM containers.torproject.org/tpo/tpa/base-images/debian:trixie as debian-base # Install dependencies to add Tor's repository. RUN apt-get update && apt-get install -y \ diff --git a/probetest/Dockerfile b/probetest/Dockerfile index 63fdd44..18b140e 100644 --- a/probetest/Dockerfile +++ b/probetest/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app/probetest RUN go get RUN CGO_ENABLED=0 go build -o probetest -ldflags '-extldflags "-static" -w -s' . -FROM containers.torproject.org/tpo/tpa/base-images/debian:bookworm as debian-base +FROM containers.torproject.org/tpo/tpa/base-images/debian:trixie as debian-base RUN apt-get update && apt-get install -y \ curl \