diff --git a/Dockerfile b/Dockerfile index 73069de..319c71d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest LABEL maintainer.name="Matteo Pietro Dazzi" \ maintainer.email="matteopietro.dazzi@gmail.com" \ - version="1.0" \ + version="1.0.1" \ description="OpenVPN client configured for SurfShark VPN" ENV SURFSHARK_USER= ENV SURFSHARK_PASSWORD= @@ -12,4 +12,4 @@ RUN apk add --update --no-cache openvpn wget unzip coreutils curl WORKDIR /vpn COPY startup.sh . RUN chmod +x ./startup.sh -ENTRYPOINT [ "./startup.sh" ] \ No newline at end of file +ENTRYPOINT [ "./startup.sh" ]