We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e34644f + 339f071 commit 09f7cd7Copy full SHA for 09f7cd7
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.10
2
3
WORKDIR /app
4
-COPY --from=contentsquareplatform/chproxy:1.16.0 /chproxy /usr/bin/chproxy
+COPY --from=contentsquareplatform/chproxy:v1.26.4 /chproxy /usr/bin/chproxy
5
6
RUN pip3 install --no-cache-dir poetry
7
RUN poetry config virtualenvs.in-project true
0 commit comments