diff --git a/.drone.yml b/.drone.yml index 3254ca6..067e9c1 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.5 + CUSTOM_TAG: v2.6.6 commands: - build-container diff --git a/containerfiles/Containerfile b/containerfiles/Containerfile index bac9c74..4c5c3de 100644 --- a/containerfiles/Containerfile +++ b/containerfiles/Containerfile @@ -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 \