chore: Keep versions up-to-date

This commit is contained in:
2023-12-25 19:31:23 +01:00
parent b48a954ab8
commit 2df2ec12e8
13 changed files with 3 additions and 619 deletions

View File

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