Skip to content

Commit

Permalink
Change Dockerfile to require Nextcloud version as build parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Nov 23, 2022
1 parent ce41126 commit 63d0a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM nextcloud:24.0.1
ARG NEXTCLOUD_VERSION
FROM nextcloud:${NEXTCLOUD_VERSION}

RUN apt-get update && apt-get install -yq \
git \
Expand Down

0 comments on commit 63d0a56

Please sign in to comment.