From 8d0b6a886796a2057f9f67ae52cd421c3c2955fa Mon Sep 17 00:00:00 2001 From: oysand Date: Fri, 24 May 2024 09:08:50 +0200 Subject: [PATCH] Bump isar version --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7028642e..af97e413 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 4dd00bcc..7e567cb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]