Skip to content

Commit 47c6c09

Browse files
chore(deps): update debian docker tag to bookworm-20260505
1 parent cbae9e7 commit 47c6c09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build image
2-
FROM debian:12 AS tor
2+
FROM debian:bookworm-20260505 AS tor
33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update -qq && apt-get install -y apt-transport-https wget gnupg
55
RUN echo "deb [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org bookworm main" >/etc/apt/sources.list.d/tor.list

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.22 as golang
22

3-
FROM debian:bookworm-20240701 as build
3+
FROM debian:bookworm-20260505 as build
44
COPY --from=golang /usr/local/go /usr/local/go
55
ENV PATH=/usr/local/go/bin:$PATH
66
ENV GOPATH=${GOPATH:-/go}

0 commit comments

Comments
 (0)