Skip to content

Commit 9c26699

Browse files
authored
Changing aarch docker image (mageddo#613)
* changing aarch docker image * release notes * [Gradle Release Plugin] - new version commit: '3.32.4-snapshot'. * adjusting the image
1 parent f49a055 commit 9c26699

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM arm64v8/debian:12-slim
1+
FROM debian:12-slim@sha256:046de794712cf47a9ea8995d8f8d77f61230d8da7655b6dbfa1eb1b86feabbf5
22
COPY ./build/artifacts/linux-aarch64/dns-proxy-server /app/dns-proxy-server
33
WORKDIR /app
44
LABEL dps.container=true

RELEASE-NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.32.4
2+
* Migrating aarch docker image as the previous one is not available. #612
3+
14
## 3.32.3
25
* Ignoring containers which fails to inspect, credits to @defung . #599
36

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.32.3-snapshot
1+
version=3.32.4-snapshot

0 commit comments

Comments
 (0)