We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db518c1 commit d021cdcCopy full SHA for d021cdc
Dockerfile
@@ -37,9 +37,9 @@ RUN set -eux; \
37
privoxy --version;
38
39
40
-FROM haskell:slim AS build-adblock2privoxy
+FROM fpco/stack-build:lts-24.29 AS build-adblock2privoxy
41
42
-ARG ADBLOCK2PRIVOXY_RESOLVER=lts-21.25
+ARG ADBLOCK2PRIVOXY_RESOLVER=lts-24.29
43
44
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
45
@@ -55,7 +55,7 @@ RUN set -eux; \
55
56
# hadolint ignore=DL3003
57
RUN set -eux; \
58
- git clone https://github.com/essandess/adblock2privoxy.git . --depth=1; \
+ git clone https://github.com/Tardo/adblock2privoxy.git . --depth=1; \
59
export STACK_ROOT=/usr/local/etc/.stack; \
60
cd adblock2privoxy; \
61
stack setup --allow-different-user --resolver $ADBLOCK2PRIVOXY_RESOLVER; \
0 commit comments