Skip to content

Commit fdf5bb7

Browse files
committed
Update epics version
1 parent f6f9654 commit fdf5bb7

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
@@ -3,7 +3,7 @@ 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
6+
ARG EPICSVERSION=7.0.9
77
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 \

0 commit comments

Comments
 (0)