We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5f191 commit 7035408Copy full SHA for 7035408
Dockerfile
@@ -34,7 +34,8 @@ RUN apk --no-cache add \
34
&& rm -rf /var/cache/apk/* \
35
# Make sure files/folders needed by the processes are accessable when they run under the nobody user \
36
# && 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
+
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
39
40
# Add configuration files
41
COPY --chown=nobody rootfs/ /
0 commit comments