We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73295c3 commit 54567d2Copy full SHA for 54567d2
3 files changed
.github/workflows/docker_auto.yml
@@ -4,7 +4,7 @@ on:
4
- cron: "0 0 * * SUN"
5
push:
6
branches:
7
- - 4.1.0
+ - 4.2.0
8
jobs:
9
tests:
10
uses: ./.github/workflows/test.yml
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Test
2
3
on:
pull_request:
- branches: [4.1.0]
+ branches: [4.2.0]
workflow_call:
Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:stable-slim AS build-privoxy
-ARG PRIVOXY_VERSION=4.1.0
-ARG PRIVOXY_SRC_SHA1SUM=6afc12dc38781a37670c7e4bb69700900123084f
+ARG PRIVOXY_VERSION=4.2.0
+ARG PRIVOXY_SRC_SHA1SUM=deb927b172a3b473bcf246ea848ba6ed931274bf
ARG PRIVOXY_CONFIG_OPTIONS="--disable-toggle --disable-editor --disable-force --with-openssl --with-brotli --with-zstd"
ARG PRIVOXY_BUILD_EXTRA="libssl-dev libbrotli-dev libzstd-dev"
0 commit comments