Skip to content

Commit

Permalink
Merge pull request #18 from cmars/snyk-fix-b5c714d8882dafe2dc4e34f5c2…
Browse files Browse the repository at this point in the history
…a39dfa

[Snyk] Security upgrade debian from bullseye to 11
  • Loading branch information
cmars committed Jun 2, 2022
2 parents cc41a5b + 2ffa6c0 commit 704ed79
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
@@ -1,5 +1,5 @@
# Build image
FROM debian:bullseye AS tor
FROM debian:11 AS tor
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qq && apt-get install -y apt-transport-https wget gnupg
RUN echo "deb [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org bullseye main" >/etc/apt/sources.list.d/tor.list
Expand Down

0 comments on commit 704ed79

Please sign in to comment.