From 449220ad3b789cd0fe74b0ebd688e7a0899ce02b Mon Sep 17 00:00:00 2001 From: Thomas Sundvoll Date: Tue, 20 Feb 2024 12:01:23 +0100 Subject: [PATCH] Pin isar base image to v1.16.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebcdb23..2d803e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ ENV PATH="/opt/venv/bin:$PATH" COPY . . RUN pip install . -FROM ghcr.io/equinor/isar:latest +FROM ghcr.io/equinor/isar:v1.16.12 COPY --from=builder /opt/venv /opt/venv ENV PATH="/opt/venv/bin:$PATH"