Skip to content

Commit

Permalink
Bump cpr-sdk from 1.1.6 to 1.3.11
Browse files Browse the repository at this point in the history
Contributes to PLA-127.
  • Loading branch information
jesse-c committed Sep 2, 2024
1 parent 0bda098 commit f8b9458
Show file tree
Hide file tree
Showing 3 changed files with 1,423 additions and 1,430 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.9
FROM python:3.10

RUN mkdir /navigator-data-ingest
WORKDIR /navigator-data-ingest

# Install pip and poetry
RUN pip install --no-cache --upgrade pip
RUN pip install --no-cache "poetry==1.3.2"
RUN pip install --no-cache "poetry==1.8.2"

# Copy poetry files to image
COPY poetry.lock ./poetry.lock
Expand Down
Loading

0 comments on commit f8b9458

Please sign in to comment.