We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a390e commit f6f9654Copy full SHA for f6f9654
client/Dockerfile
@@ -4,7 +4,7 @@ SHELL ["/bin/bash", "-c"]
4
RUN apt-get update && apt-get install -yq wget git
5
WORKDIR /var/cache
6
ARG EPICSVERSION=7.0.8.1
7
-RUN wget -q --show-progress https://epics.anl.gov/download/base/base-$EPICSVERSION.tar.gz \
+RUN wget -q --show-progress https://epics-controls.org/download/base/base-$EPICSVERSION.tar.gz \
8
&& mkdir /epics/ \
9
&& tar -xf base-$EPICSVERSION.tar.gz -C /epics \
10
&& rm base-$EPICSVERSION.tar.gz
0 commit comments