From 4c9b5f2d68a79f1be227e57ecaf0ef69dfa541cc Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 24 Jul 2019 15:45:31 -0700 Subject: [PATCH] add more files Signed-off-by: Jess Frazelle --- certbot/Dockerfile | 2 +- tor-browser/alpha/Dockerfile | 2 +- tor-browser/stable/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index dbc1966..80a91ca 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -27,7 +27,7 @@ RUN apk --no-cache add \ RUN pip install acme -ENV CERTBOT_VERSION 0.34.2 +ENV CERTBOT_VERSION 0.35.1 RUN buildDeps=' \ git \ diff --git a/tor-browser/alpha/Dockerfile b/tor-browser/alpha/Dockerfile index 848ca9b..8199a00 100644 --- a/tor-browser/alpha/Dockerfile +++ b/tor-browser/alpha/Dockerfile @@ -33,7 +33,7 @@ RUN useradd --create-home --home-dir $HOME user \ ENV LANG C.UTF-8 # https://www.torproject.org/download/alpha/ -ENV TOR_VERSION 9.0a1 +ENV TOR_VERSION 9.0a4 ENV TOR_FINGERPRINT 0x4E2C6E8793298290 # download tor and check signature diff --git a/tor-browser/stable/Dockerfile b/tor-browser/stable/Dockerfile index 7118b15..353364d 100644 --- a/tor-browser/stable/Dockerfile +++ b/tor-browser/stable/Dockerfile @@ -33,7 +33,7 @@ RUN useradd --create-home --home-dir $HOME user \ ENV LANG C.UTF-8 # https://www.torproject.org/projects/torbrowser.html.en -ENV TOR_VERSION 8.0.9 +ENV TOR_VERSION 8.5.4 ENV TOR_FINGERPRINT 0x4E2C6E8793298290 # download tor and check signature