Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 18f1be1

Browse files
committed
pin to working build version for depreciate
1 parent 1685c57 commit 18f1be1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN \
3939
fi && \
4040
git clone https://github.com/ipfs/ipfs-webui.git && \
4141
cd ipfs-webui/ && \
42-
git checkout ${IPFSWEB_VERSION} && \
42+
git checkout v2.13.0 && \
4343
npm install --production && \
4444
npm install typescript && \
4545
NODE_ENV=production \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN \
4040
fi && \
4141
git clone https://github.com/ipfs/ipfs-webui.git && \
4242
cd ipfs-webui/ && \
43-
git checkout ${IPFSWEB_VERSION} && \
43+
git checkout v2.13.0 && \
4444
npm install --production && \
4545
npm install typescript && \
4646
NODE_ENV=production \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN \
4040
fi && \
4141
git clone https://github.com/ipfs/ipfs-webui.git && \
4242
cd ipfs-webui/ && \
43-
git checkout ${IPFSWEB_VERSION} && \
43+
git checkout v2.13.0 && \
4444
npm install --production && \
4545
npm install typescript && \
4646
NODE_ENV=production \

0 commit comments

Comments
 (0)