Skip to content

Commit 1d885d9

Browse files
aptalcathelamer
authored andcommitted
fix variable name
1 parent 7397494 commit 1d885d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN \
9494
fi && \
9595
echo "**** download nextcloud ****" && \
9696
curl -o /app/nextcloud.tar.bz2 -L \
97-
https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 && \
97+
https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_RELEASE}.tar.bz2 && \
9898
echo "**** cleanup ****" && \
9999
apk del --purge \
100100
build-dependencies && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN \
9494
fi && \
9595
echo "**** download nextcloud ****" && \
9696
curl -o /app/nextcloud.tar.bz2 -L \
97-
https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 && \
97+
https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_RELEASE}.tar.bz2 && \
9898
echo "**** cleanup ****" && \
9999
apk del --purge \
100100
build-dependencies && \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN \
9494
fi && \
9595
echo "**** download nextcloud ****" && \
9696
curl -o /app/nextcloud.tar.bz2 -L \
97-
https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 && \
97+
https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_RELEASE}.tar.bz2 && \
9898
echo "**** cleanup ****" && \
9999
apk del --purge \
100100
build-dependencies && \

0 commit comments

Comments
 (0)