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 \