Skip to content

Commit 09f7cd7

Browse files
authored
Merge pull request #12 from dioptra-io/upgrade
Update to PyYAML 6.0.1
2 parents e34644f + 339f071 commit 09f7cd7

File tree

2 files changed

+373
-374
lines changed

2 files changed

+373
-374
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.10
22

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

66
RUN pip3 install --no-cache-dir poetry
77
RUN poetry config virtualenvs.in-project true

0 commit comments

Comments
 (0)