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"