Skip to content

Commit

Permalink
Update isar to v1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oysand committed Sep 6, 2023
1 parent 519354f commit 8cfb9b8
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.16.3
FROM ghcr.io/equinor/isar:v1.16.4
COPY --from=builder /opt/venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"

0 comments on commit 8cfb9b8

Please sign in to comment.