Update OpenVPN and Tunnelblick versions
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2024-02-19 14:46:12 +01:00
parent c3297b38e9
commit d8408f498e
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 6 additions and 6 deletions

View File

@ -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 \

View File

@ -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 \