Skip to content

Commit fa0dcf9

Browse files
authored
Merge pull request #128 from ChannelFinder/update-docker-epics
Update docker epics
2 parents 46a390e + 36761b6 commit fa0dcf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM --platform=$BUILDPLATFORM debian:bookworm-slim AS epics-download-extract
33
SHELL ["/bin/bash", "-c"]
44
RUN apt-get update && apt-get install -yq wget git
55
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 \
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

3939
WORKDIR /epics
4040
COPY --from=epics-download-extract /epics /epics
41-
ARG EPICSVERSION=7.0.8.1
41+
ARG EPICSVERSION=7.0.9
4242
RUN mv base-$EPICSVERSION base
4343
RUN cd base && make -j$(nproc)
4444

0 commit comments

Comments
 (0)