Skip to content

Commit 54567d2

Browse files
committed
upd: use privoxy 4.2.0
1 parent 73295c3 commit 54567d2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker_auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- cron: "0 0 * * SUN"
55
push:
66
branches:
7-
- 4.1.0
7+
- 4.2.0
88
jobs:
99
tests:
1010
uses: ./.github/workflows/test.yml

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22

33
on:
44
pull_request:
5-
branches: [4.1.0]
5+
branches: [4.2.0]
66
workflow_call:
77

88
jobs:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:stable-slim AS build-privoxy
22

3-
ARG PRIVOXY_VERSION=4.1.0
4-
ARG PRIVOXY_SRC_SHA1SUM=6afc12dc38781a37670c7e4bb69700900123084f
3+
ARG PRIVOXY_VERSION=4.2.0
4+
ARG PRIVOXY_SRC_SHA1SUM=deb927b172a3b473bcf246ea848ba6ed931274bf
55
ARG PRIVOXY_CONFIG_OPTIONS="--disable-toggle --disable-editor --disable-force --with-openssl --with-brotli --with-zstd"
66
ARG PRIVOXY_BUILD_EXTRA="libssl-dev libbrotli-dev libzstd-dev"
77

0 commit comments

Comments
 (0)