Skip to content

Commit

Permalink
Pin isar base image to v1.16.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Feb 20, 2024
1 parent 368073d commit 449220a
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:latest
FROM ghcr.io/equinor/isar:v1.16.12
COPY --from=builder /opt/venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"

0 comments on commit 449220a

Please sign in to comment.