Skip to content

Commit

Permalink
switch to latest pypi ibek
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 30, 2023
1 parent acde3f6 commit 2db7d7c
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==1.3.4
RUN pip install ibek

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

0 comments on commit 2db7d7c

Please sign in to comment.