Skip to content

Commit 7035408

Browse files
committed
add proxy auth #fix2
1 parent 3a5f191 commit 7035408

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ RUN apk --no-cache add \
3434
&& rm -rf /var/cache/apk/* \
3535
# Make sure files/folders needed by the processes are accessable when they run under the nobody user \
3636
# && chown -R nobody.nobody /run
37-
RUN curl -L -qs https://github.com/SenseUnit/dumbproxy/releases/download/v1.12.0/dumbproxy.linux-amd64 --output /usr/local/bin/dumbproxy && chmod +x /usr/local/bin/dumbproxy
37+
38+
RUN curl -L -qs https://github.com/SenseUnit/dumbproxy/releases/download/v1.14.0/dumbproxy.linux-amd64 --output /usr/local/bin/dumbproxy && chmod +x /usr/local/bin/dumbproxy
3839

3940
# Add configuration files
4041
COPY --chown=nobody rootfs/ /

0 commit comments

Comments
 (0)