update to version 18

parameterized nextcloud version in build files
This commit is contained in:
2021-03-07 16:23:58 -05:00
parent 6a8d2e5e79
commit bc7a409235
3 changed files with 8 additions and 4 deletions

View File

@@ -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/*