From 7671a5e73197748d6b14ed23441914750507052d Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 9 Aug 2022 23:19:59 +1000 Subject: [PATCH] Add: VERSION argument --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d88414..56ccbad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM docker.io/library/nextcloud:24.0 +ARG VERSION="latest" + +FROM docker.io/library/nextcloud:$VERSION COPY ncloud-passwd /etc/password COPY ncloud-group /etc/group RUN ln -s . /var/www/html/nc