mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-15 08:03:36 -04:00
Update containers.torproject.org/tpo/tpa/base-images/debian Docker tag to v13
This commit is contained in:
parent
70a6b134a7
commit
d64766283f
3 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue