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