Skip to content

Commit

Permalink
Update base image to Debian bookworm, Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Oct 19, 2023
1 parent 3e3e113 commit 6e962f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://de
RUN wget -qO- https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --dearmor | tee /usr/share/keyrings/tor-archive-keyring.gpg >/dev/null
RUN apt-get update -qq && apt-get install -y tor deb.torproject.org-keyring

FROM golang:1.17-bullseye as build
FROM golang:1.20-bookworm as build
WORKDIR /src
COPY go.* /src/
RUN go mod download
Expand Down

0 comments on commit 6e962f8

Please sign in to comment.