From 0a88b368f4e8e30347c58a73c57f3fbbb6ebc1b4 Mon Sep 17 00:00:00 2001 From: oysand Date: Fri, 4 Aug 2023 13:01:54 +0200 Subject: [PATCH] Update ISAR to 1.16.3 --- Dockerfile.Isar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.Isar b/Dockerfile.Isar index 6962815..d8a7763 100644 --- a/Dockerfile.Isar +++ b/Dockerfile.Isar @@ -6,6 +6,6 @@ ENV PATH="/opt/venv/bin:$PATH" COPY . . RUN pip install . -FROM ghcr.io/equinor/isar:v1.16.1 +FROM ghcr.io/equinor/isar:v1.16.3 COPY --from=builder /opt/venv /opt/venv ENV PATH="/opt/venv/bin:$PATH"