Update XORed vpn to 2.6.8

This commit is contained in:
2024-01-01 10:56:33 +01:00
parent cdda2fb983
commit c3297b38e9
3 changed files with 3 additions and 82 deletions

View File

@ -1,5 +1,5 @@
FROM ghcr.io/allanger/dumb-downloader as dudo
ENV OPENVPN_VERSION=2.6.5
ENV OPENVPN_VERSION=2.6.8
ENV TUNNELBLICK_VERSION=4.0.0beta13
RUN apt update && apt install gnupg tar -y
RUN mkdir /output
@ -27,7 +27,7 @@ FROM ubuntu as builder
# ------------------------------------------------------
# -- TODO: Define it only once
# ------------------------------------------------------
ENV OPENVPN_VERSION=2.6.5
ENV OPENVPN_VERSION=2.6.8
ENV TUNNELBLICK_VERSION=v4.0.0beta13
COPY --from=dudo /output /src
RUN apt-get update &&\