Skip to content

Commit

Permalink
pin ibek 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 11, 2023
1 parent 26b8c02 commit be0cefc
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 future.
RUN pip install --upgrade ibek
RUN pip install --upgrade ibek==1.4.0

# The devcontainer mounts the project root to /epics/ioc-adsimdetector. Using
# the same location here makes devcontainer/runtime differences transparent.
Expand Down

0 comments on commit be0cefc

Please sign in to comment.