Skip to content

Commit f6f9654

Browse files
committed
Update download link to epics-controls
1 parent 46a390e commit f6f9654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL ["/bin/bash", "-c"]
44
RUN apt-get update && apt-get install -yq wget git
55
WORKDIR /var/cache
66
ARG EPICSVERSION=7.0.8.1
7-
RUN wget -q --show-progress https://epics.anl.gov/download/base/base-$EPICSVERSION.tar.gz \
7+
RUN wget -q --show-progress https://epics-controls.org/download/base/base-$EPICSVERSION.tar.gz \
88
&& mkdir /epics/ \
99
&& tar -xf base-$EPICSVERSION.tar.gz -C /epics \
1010
&& rm base-$EPICSVERSION.tar.gz

0 commit comments

Comments
 (0)