Skip to content
Snippets Groups Projects
Commit 839dc176 authored by vjrj's avatar vjrj
Browse files

Update Dockerfile

parent 5ac25e46
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ ...@@ -7,8 +7,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
apt-get clean apt-get clean
ARG GINKGO_WEB_VERSION=0.2.3 ARG GINKGO_WEB_VERSION=1.0.1
ARG GINKGO_WEB_VERSION_PATH=a1b70d766b4329530e3c2620e35f6dee ARG GINKGO_WEB_VERSION_PATH=8c062cf8075fd98fb6f7d6d8098836e0
RUN curl -L https://git.duniter.org/vjrj/ginkgo/uploads/${GINKGO_WEB_VERSION_PATH}/ginkgo-web-${GINKGO_WEB_VERSION}.tgz | tar xfz - -C /usr/share/nginx/html/ --strip-components=2 RUN curl -L https://git.duniter.org/vjrj/ginkgo/uploads/${GINKGO_WEB_VERSION_PATH}/ginkgo-web-${GINKGO_WEB_VERSION}.tgz | tar xfz - -C /usr/share/nginx/html/ --strip-components=2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment