Add: VERSION argument
This commit is contained in:
parent
29989b645b
commit
7671a5e731
|
|
@ -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-passwd /etc/password
|
||||||
COPY ncloud-group /etc/group
|
COPY ncloud-group /etc/group
|
||||||
RUN ln -s . /var/www/html/nc
|
RUN ln -s . /var/www/html/nc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue