Skip to content

Commit e7349c2

Browse files
committed
Upgrade to chproxy 1.26.4
1 parent 35242dd commit e7349c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:1.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)