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 f6f9654 commit fdf5bb7Copy full SHA for fdf5bb7
client/Dockerfile
@@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM debian:bookworm-slim AS epics-download-extract
3
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
+ARG EPICSVERSION=7.0.9
7
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 \
0 commit comments