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

This commit is contained in:
Nikolai Rodionov 2023-11-22 07:29:03 +01:00
parent 0110830c45
commit b48a954ab8
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.7
CUSTOM_TAG: v2.6.8
commands:
- build-container

View File

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