Skip to content

Commit d021cdc

Browse files
committed
imp: adblock2privoxy build + custom fixes
1 parent db518c1 commit d021cdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ RUN set -eux; \
3737
privoxy --version;
3838

3939

40-
FROM haskell:slim AS build-adblock2privoxy
40+
FROM fpco/stack-build:lts-24.29 AS build-adblock2privoxy
4141

42-
ARG ADBLOCK2PRIVOXY_RESOLVER=lts-21.25
42+
ARG ADBLOCK2PRIVOXY_RESOLVER=lts-24.29
4343

4444
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
4545

@@ -55,7 +55,7 @@ RUN set -eux; \
5555

5656
# hadolint ignore=DL3003
5757
RUN set -eux; \
58-
git clone https://github.com/essandess/adblock2privoxy.git . --depth=1; \
58+
git clone https://github.com/Tardo/adblock2privoxy.git . --depth=1; \
5959
export STACK_ROOT=/usr/local/etc/.stack; \
6060
cd adblock2privoxy; \
6161
stack setup --allow-different-user --resolver $ADBLOCK2PRIVOXY_RESOLVER; \

0 commit comments

Comments
 (0)