Skip to content

Commit

Permalink
Git snapshot (2023-01-31)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight authored Jan 31, 2023
1 parent 7d41b14 commit c7c9295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions privoxy.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN apk --update --upgrade --no-cache --no-progress add \
## Sourceforge stable
# && curl -sLJO "https://sourceforge.net/projects/ijbswa/files/Sources/${PRIVOXY_VER}%20%28stable%29/privoxy-${PRIVOXY_VER}-stable-src.tar.gz/download" \
# && tar xzvf privoxy-${PRIVOXY_VER}-stable-src.tar.gz \
## Git snapshot (2023-01-22)
&& curl -sLJ -o privoxy-${PRIVOXY_VER}-stable-src.tar.gz "https://www.privoxy.org/gitweb/?p=privoxy.git;a=snapshot;h=b06af9867c069e30d4a35e6c961806962c20e13c;sf=tgz" \
## Git snapshot (2023-01-31)
&& curl -sLJ -o privoxy-${PRIVOXY_VER}-stable-src.tar.gz "https://www.privoxy.org/gitweb/?p=privoxy.git;a=snapshot;h=f496cc8ffc3f43f6b154a1f4261a38a9b21f7c16;sf=tgz" \
&& mkdir ./privoxy-${PRIVOXY_VER}-stable \
&& tar xzvf privoxy-${PRIVOXY_VER}-stable-src.tar.gz -C ./privoxy-${PRIVOXY_VER}-stable --strip-components=1 \
## End source decision
Expand Down

0 comments on commit c7c9295

Please sign in to comment.