We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f416eea commit 6584621Copy full SHA for 6584621
Dockerfile.Isar
@@ -6,6 +6,6 @@ ENV PATH="/opt/venv/bin:$PATH"
6
COPY . .
7
RUN pip install .
8
9
-FROM ghcr.io/equinor/isar:v1.13.0
+FROM ghcr.io/equinor/isar:v1.14.2
10
COPY --from=builder /opt/venv /opt/venv
11
ENV PATH="/opt/venv/bin:$PATH"
0 commit comments