We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7f573 commit 4ab38daCopy full SHA for 4ab38da
Dockerfile
@@ -1,6 +1,5 @@
1
-#ARG NEXTCLOUD_VERSION
2
-#FROM nextcloud:${NEXTCLOUD_VERSION}
3
-FROM nextcloud:31
+ARG NEXTCLOUD_VERSION
+FROM nextcloud:${NEXTCLOUD_VERSION}
4
5
RUN apt-get update && apt-get install --no-install-recommends -yq \
6
git \
0 commit comments