Downgrade versions of openvpn and tunnelblick

This commit is contained in:
Nikolai Rodionov
2023-08-24 08:18:03 +02:00
parent 2ec840ff63
commit 6d8e8cd5d9
3 changed files with 5 additions and 6 deletions

View File

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

View File

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