diff --git a/CHANGELOG.md b/CHANGELOG.md index 23aa5533..c2ef1926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] - Add a changelog +- dependencies: upgrade apkeep from 0.17.0 to 0.18.0 ## [1.32.2] - 2025-12-06 diff --git a/docker/Dockerfile b/docker/Dockerfile index c4beba53..d0aba7d9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.22 AS apkeep-download +FROM alpine:3.23 AS apkeep-download -ENV APKEEP_VERSION=0.17.0 +ENV APKEEP_VERSION=0.18.0 RUN wget https://github.com/EFForg/apkeep/releases/download/${APKEEP_VERSION}/apkeep-x86_64-unknown-linux-gnu -q -O /tmp/apkeep \ && chmod +x /tmp/apkeep