Skip to content

Commit 03175ea

Browse files
committed
remove ENV
modify download latest release of dumbproxy
1 parent 1993f48 commit 03175ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL org.opencontainers.image.source="https://github.com/rooty/proxy-vpn"
55
LABEL org.opencontainers.image.description="OpenVPN+Proxy"
66
LABEL 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
4444
COPY --chown=nobody rootfs/ /

0 commit comments

Comments
 (0)