From d8408f498e63d367b94921099686098b00d8f27e Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 19 Feb 2024 14:46:12 +0100 Subject: [PATCH] Update OpenVPN and Tunnelblick versions --- containerfiles/Containerfile | 4 ++-- containerfiles/Containerfile-XOR | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/containerfiles/Containerfile b/containerfiles/Containerfile index 2e4908d..29e9632 100644 --- a/containerfiles/Containerfile +++ b/containerfiles/Containerfile @@ -1,5 +1,5 @@ FROM ghcr.io/allanger/dumb-downloader as dudo -ENV OPENVPN_VERSION=2.6.8 +ENV OPENVPN_VERSION=2.6.9 RUN apt update && apt install gnupg tar -y RUN mkdir /output # ------------------------------------------------------ @@ -20,7 +20,7 @@ FROM ubuntu as builder # ------------------------------------------------------ # -- TODO: Define it only once # ------------------------------------------------------ -ENV OPENVPN_VERSION=2.6.8 +ENV OPENVPN_VERSION=2.6.9 COPY --from=dudo /output /src RUN apt-get update &&\ apt-get install -y wget tar unzip build-essential \ diff --git a/containerfiles/Containerfile-XOR b/containerfiles/Containerfile-XOR index db691c2..b3ee6a1 100644 --- a/containerfiles/Containerfile-XOR +++ b/containerfiles/Containerfile-XOR @@ -1,6 +1,6 @@ FROM ghcr.io/allanger/dumb-downloader as dudo -ENV OPENVPN_VERSION=2.6.8 -ENV TUNNELBLICK_VERSION=4.0.0beta13 +ENV OPENVPN_VERSION=2.6.9 +ENV TUNNELBLICK_VERSION=4.0.0beta15 RUN apt update && apt install gnupg tar -y RUN mkdir /output # ------------------------------------------------------ @@ -27,8 +27,8 @@ FROM ubuntu as builder # ------------------------------------------------------ # -- TODO: Define it only once # ------------------------------------------------------ -ENV OPENVPN_VERSION=2.6.8 -ENV TUNNELBLICK_VERSION=v4.0.0beta13 +ENV OPENVPN_VERSION=2.6.9 +ENV TUNNELBLICK_VERSION=v4.0.0beta15 COPY --from=dudo /output /src RUN apt-get update &&\ apt-get install -y wget tar unzip build-essential \