Skip to content

Commit

Permalink
pin ibek version
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 30, 2023
1 parent 9ba6a9d commit 9f8f7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG REGISTRY=ghcr.io/epics-containers
FROM ${REGISTRY}/epics-base-${TARGET_ARCHITECTURE}-developer:${BASE} AS developer

# Get latest ibek while in development. Will come from epics-base in futre.
RUN pip install ibek
RUN pip install ibek==1.3.4

# the devcontainer mounts the project root to /epics/ioc-adaravis
WORKDIR /epics/ioc-adaravis/ibek-support
Expand Down

0 comments on commit 9f8f7c9

Please sign in to comment.