Build OpenVPN 2.5.6
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2023-11-22 07:23:29 +01:00
parent 51c1375013
commit 61c8a596c4
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ steps:
GITEA_TOKEN:
from_secret: GITEA_TOKEN
CONTAINERFILE: ./containerfiles/Containerfile
CUSTOM_TAG: v2.6.5
CUSTOM_TAG: v2.6.6
commands:
- build-container

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.6
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.5
ENV OPENVPN_VERSION=2.6.6
COPY --from=dudo /output /src
RUN apt-get update &&\
apt-get install -y wget tar unzip build-essential \