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 20f9275 commit 5da5f67Copy full SHA for 5da5f67
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