Update containers.torproject.org/tpo/tpa/base-images/debian Docker tag to v13

This commit is contained in:
Renovate Bot 2025-09-15 19:44:20 +00:00
parent 70a6b134a7
commit d64766283f
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 \

View file

@ -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 \