Skip to content

Commit 6aade9f

Browse files
authored
Update Dockerfile to use NEXTCLOUD_VERSION
1 parent c057064 commit 6aade9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nextcloud/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG UPSTREAM_VERSION
2-
FROM nextcloud:${UPSTREAM_VERSION}
1+
ARG NEXTCLOUD_VERSION
2+
FROM nextcloud:${NEXTCLOUD_VERSION}
33

44
# Configure Apache to listen on port 8034 instead of 80
55
RUN sed -i 's/Listen 80/Listen 8034/' /etc/apache2/ports.conf && \

0 commit comments

Comments
 (0)