Skip to content

Commit

Permalink
Changing aarch docker image (#613)
Browse files Browse the repository at this point in the history
* changing aarch docker image

* release notes

* [Gradle Release Plugin] - new version commit:  '3.32.4-snapshot'.

* adjusting the image
  • Loading branch information
mageddo authored Nov 27, 2024
1 parent f49a055 commit 9c26699
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.32.3-snapshot
version=3.32.4-snapshot

0 comments on commit 9c26699

Please sign in to comment.