Skip to content

Commit

Permalink
Bump isar version
Browse files Browse the repository at this point in the history
  • Loading branch information
oysand committed May 24, 2024
1 parent 7799592 commit 8d0b6a8
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 @@ -17,7 +17,7 @@ COPY . .
RUN --mount=source=.git,target=.git,type=bind
RUN pip install .

FROM ghcr.io/equinor/isar:v1.17.0
FROM ghcr.io/equinor/isar:v1.19.0
WORKDIR /app
COPY --from=build /app/venv /app/venv
ENV PATH="/app/venv/bin:$PATH"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development :: Libraries",
]
dependencies = ["alitra", "isar>=1.17.0"]
dependencies = ["alitra", "isar>=1.19.0"]
dynamic = ["version"]

[project.urls]
Expand Down

0 comments on commit 8d0b6a8

Please sign in to comment.