Upgrade Tunnelblick to v4.0.0beta08

This commit is contained in:
Nikolai Rodionov 2023-08-24 08:55:32 +02:00
parent b7280be38d
commit 92ed817077
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -1,6 +1,6 @@
FROM ghcr.io/allanger/dumb-downloader as dudo FROM ghcr.io/allanger/dumb-downloader as dudo
ENV OPENVPN_VERSION=2.6.5 ENV OPENVPN_VERSION=2.6.5
ENV TUNNELBLICK_VERSION=4.0.0beta06 ENV TUNNELBLICK_VERSION=4.0.0beta08
RUN apt update && apt install gnupg tar -y RUN apt update && apt install gnupg tar -y
RUN mkdir /output RUN mkdir /output
# ------------------------------------------------------ # ------------------------------------------------------