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

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