Skip to content

Commit

Permalink
Upgrade chproxy from 1.16.0 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 fd0bd20
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit fd0bd20

Please sign in to comment.