Skip to content

Commit

Permalink
Merge pull request #12 from dioptra-io/upgrade
Browse files Browse the repository at this point in the history
Update to PyYAML 6.0.1
  • Loading branch information
Elenetta17 authored Jul 12, 2024
2 parents e34644f + 339f071 commit 09f7cd7
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 374 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10

WORKDIR /app
COPY --from=contentsquareplatform/chproxy:1.16.0 /chproxy /usr/bin/chproxy
COPY --from=contentsquareplatform/chproxy:v1.26.4 /chproxy /usr/bin/chproxy

RUN pip3 install --no-cache-dir poetry
RUN poetry config virtualenvs.in-project true
Expand Down
Loading

0 comments on commit 09f7cd7

Please sign in to comment.