update to version 18
parameterized nextcloud version in build files
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM nextcloud:17-apache
|
||||
ARG NC_VERSION=17
|
||||
FROM nextcloud:${NC_VERSION}-apache
|
||||
|
||||
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user