diff --git a/.drone.yml b/.drone.yml index 067e9c1..36fae2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/containerfiles/Containerfile b/containerfiles/Containerfile index 4c5c3de..652a919 100644 --- a/containerfiles/Containerfile +++ b/containerfiles/Containerfile @@ -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 \