Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.22 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent 01d29a5 commit 42c24bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.20-bookworm as build
FROM golang:1.22-bookworm as build
WORKDIR /src
COPY go.* /src/
RUN go mod download
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as golang
FROM golang:1.22 as golang

FROM debian:bookworm-20240408 as build
COPY --from=golang /usr/local/go /usr/local/go
Expand Down

0 comments on commit 42c24bd

Please sign in to comment.