Skip to content

Commit

Permalink
test.Dockerfile: Sync Python, Poetry versions with CI (#1534)
Browse files Browse the repository at this point in the history
This really ought to have been done at the same time as #1493/#1519, but this
was overlooked due to CI-related oversights.
  • Loading branch information
RyanGlScott authored Jun 26, 2023
1 parent 78fcd4f commit 5139971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptol-remote-api/test.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.7
FROM python:3.11
# Intended to be built from the root of the cryptol git repository

COPY cryptol-remote-api/python python
RUN pip3 install 'poetry==1.1.5'
RUN pip3 install 'poetry==1.4.2'
RUN cd python && poetry install
COPY cryptol-remote-api/test-cryptol-remote-api.py /python/entrypoint.py
WORKDIR /python
Expand Down

0 comments on commit 5139971

Please sign in to comment.