chore: Keep versions up-to-date
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user