File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM --platform=$BUILDPLATFORM debian:bookworm-slim AS epics-download-extract
33SHELL ["/bin/bash" , "-c" ]
44RUN apt-get update && apt-get install -yq wget git
55WORKDIR /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 \
6+ ARG EPICSVERSION=7.0.9
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
@@ -38,7 +38,7 @@ RUN apt-get update \
3838
3939WORKDIR /epics
4040COPY --from=epics-download-extract /epics /epics
41- ARG EPICSVERSION=7.0.8.1
41+ ARG EPICSVERSION=7.0.9
4242RUN mv base-$EPICSVERSION base
4343RUN cd base && make -j$(nproc)
4444
You can’t perform that action at this time.
0 commit comments