Build OpenVPN 2.5.7

This commit is contained in:
Nikolai Rodionov 2023-11-22 07:27:26 +01:00
parent 61c8a596c4
commit 0110830c45
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
FROM ghcr.io/allanger/dumb-downloader as dudo 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 apt update && apt install gnupg tar -y
RUN mkdir /output RUN mkdir /output
# ------------------------------------------------------ # ------------------------------------------------------
@ -20,7 +20,7 @@ FROM ubuntu as builder
# ------------------------------------------------------ # ------------------------------------------------------
# -- TODO: Define it only once # -- TODO: Define it only once
# ------------------------------------------------------ # ------------------------------------------------------
ENV OPENVPN_VERSION=2.6.6 ENV OPENVPN_VERSION=2.6.7
COPY --from=dudo /output /src COPY --from=dudo /output /src
RUN apt-get update &&\ RUN apt-get update &&\
apt-get install -y wget tar unzip build-essential \ apt-get install -y wget tar unzip build-essential \