We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce41126 commit 63d0a56Copy full SHA for 63d0a56
1 file changed
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM nextcloud:24.0.1
+ARG NEXTCLOUD_VERSION
2
+FROM nextcloud:${NEXTCLOUD_VERSION}
3
4
RUN apt-get update && apt-get install -yq \
5
git \
0 commit comments