mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Merge branch 'renovate/containers.torproject.org-tpo-tpa-base-images-debian-13.x' into 'main'
Update containers.torproject.org/tpo/tpa/base-images/debian Docker tag to v13 See merge request tpo/anti-censorship/pluggable-transports/snowflake!632
This commit is contained in:
commit
7ada157992
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue