Skip to content

Commit

Permalink
Set ISAR version to 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aeshub committed Mar 19, 2023
1 parent 2a4d850 commit 450a20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ENV PATH="/opt/venv/bin:$PATH"
COPY . .
RUN pip install .

FROM ghcr.io/equinor/isar:v1.13.0
FROM ghcr.io/equinor/isar:v1.13.2
COPY --from=builder /opt/venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"

0 comments on commit 450a20e

Please sign in to comment.