Skip to content

Commit 7c232d9

Browse files
[Dependencies] Upgrade Apkeep from 0.17.0 to 0.18.0 (#683)
* dependencies: upgrade apkeep from 0.17.0 to 0.18.0 * changelog info
1 parent efac37b commit 7c232d9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77
## [Unreleased]
88

99
- Add a changelog
10+
- dependencies: upgrade apkeep from 0.17.0 to 0.18.0
1011

1112
## [1.32.2] - 2025-12-06
1213

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.22 AS apkeep-download
1+
FROM alpine:3.23 AS apkeep-download
22

3-
ENV APKEEP_VERSION=0.17.0
3+
ENV APKEEP_VERSION=0.18.0
44

55
RUN wget https://github.com/EFForg/apkeep/releases/download/${APKEEP_VERSION}/apkeep-x86_64-unknown-linux-gnu -q -O /tmp/apkeep \
66
&& chmod +x /tmp/apkeep

0 commit comments

Comments
 (0)