Skip to content

Commit 63d0a56

Browse files
committed
Change Dockerfile to require Nextcloud version as build parameter.
1 parent ce41126 commit 63d0a56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM nextcloud:24.0.1
1+
ARG NEXTCLOUD_VERSION
2+
FROM nextcloud:${NEXTCLOUD_VERSION}
23

34
RUN apt-get update && apt-get install -yq \
45
git \

0 commit comments

Comments
 (0)