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

This commit is contained in:
Nikolai Rodionov 2023-11-22 07:27:26 +01:00
parent 61c8a596c4
commit 0110830c45
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.6
CUSTOM_TAG: v2.6.7
commands:
- build-container

View File

@ -1,5 +1,5 @@
FROM ghcr.io/allanger/dumb-downloader as dudo
ENV OPENVPN_VERSION=2.6.6
ENV OPENVPN_VERSION=2.6.7
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.6
ENV OPENVPN_VERSION=2.6.7
COPY --from=dudo /output /src
RUN apt-get update &&\
apt-get install -y wget tar unzip build-essential \