Skip to content

Commit

Permalink
Upgrade chproxy to 1.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiedKazemi committed Jul 11, 2024
1 parent e34644f commit 7a3e606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:1.26.4 /chproxy /usr/bin/chproxy

RUN pip3 install --no-cache-dir poetry
RUN poetry config virtualenvs.in-project true
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a3e606

Please sign in to comment.