File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ LABEL org.opencontainers.image.source="https://github.com/rooty/proxy-vpn"
55LABEL org.opencontainers.image.description="OpenVPN+Proxy"
66LABEL org.opencontainers.image.licenses=MIT
77
8- ENV PROXY_AUTH=$PROXY_AUTH
9- ENV COUNTRY=$COUNTRY
8+ # ENV PROXY_AUTH=$PROXY_AUTH
9+ # ENV COUNTRY=$COUNTRY
1010
1111
1212# Install packages
@@ -38,7 +38,7 @@ RUN apk --no-cache add \
3838 # \
3939# Make sure files/folders needed by the processes are accessable when they run under the nobody user
4040 # && chown -R nobody.nobody /run
41- 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
41+ RUN curl -L -qs https://github.com/SenseUnit/dumbproxy/releases/latest/download /dumbproxy.linux-amd64 --output /usr/local/bin/dumbproxy && chmod +x /usr/local/bin/dumbproxy
4242
4343# Add configuration files
4444COPY --chown=nobody rootfs/ /
You can’t perform that action at this time.
0 commit comments