diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 511362c6d..b3f208759 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,4 +1,4 @@ -FROM arm64v8/debian:12-slim +FROM debian:12-slim@sha256:046de794712cf47a9ea8995d8f8d77f61230d8da7655b6dbfa1eb1b86feabbf5 COPY ./build/artifacts/linux-aarch64/dns-proxy-server /app/dns-proxy-server WORKDIR /app LABEL dps.container=true diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 88675a3a1..a84d3c46c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,6 @@ +## 3.32.4 +* Migrating aarch docker image as the previous one is not available. #612 + ## 3.32.3 * Ignoring containers which fails to inspect, credits to @defung . #599 diff --git a/gradle.properties b/gradle.properties index 8995b94a1..97d850b6c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=3.32.3-snapshot +version=3.32.4-snapshot