Skip to content

Commit

Permalink
upgrade to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez committed Nov 8, 2021
1 parent ae3d6cc commit 032d806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM s6on/ubuntu:20.04
LABEL maintainer="Julio Gutierrez [email protected]"

ARG NORDVPN_VERSION=3.11.0-1
ARG NORDVPN_VERSION=3.12.0-1
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y && \
Expand All @@ -21,4 +21,4 @@ RUN apt-get update -y && \

COPY /rootfs /
ENV S6_CMD_WAIT_FOR_SERVICES=1
CMD nord_login && nord_config && nord_connect && nord_watch
CMD nord_login && nord_config && nord_connect && nord_watch

0 comments on commit 032d806

Please sign in to comment.