Skip to content

Commit

Permalink
update to latest ibek
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 30, 2023
1 parent 15608d3 commit 3f3c3ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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==1.4.1b2
RUN pip install --upgrade ibek==1.4.1

# The devcontainer mounts the project root to /epics/ioc-adsimdetector. Using
# the same location here makes devcontainer/runtime differences transparent.
Expand Down
2 changes: 1 addition & 1 deletion ibek-support

0 comments on commit 3f3c3ef

Please sign in to comment.