Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Updated the coredns version to v1.12 #4

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM coredns/coredns:1.11.1@sha256:2169b3b96af988cf69d7dd69efbcc59433eb027320eb185c6110e0850b997870
FROM coredns/coredns:1.12.0@sha256:40384aa1f5ea6bfdc77997d243aec73da05f27aed0c5e9d65bfa98933c519d97

COPY ./coredns/Corefile /app/conf/Corefile

Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: "3.8"
services:
azure-coredns-forwarder:
# image: ghcr.io/pagopa/azure-core-dns:beta-setup-azure-core-dns
image: azurecorednsforwarder:latest
# build:
# dockerfile: ./Dockerfile
# context: .
# image: azurecorednsforwarder:latest
build:
dockerfile: ./Dockerfile
context: .
container_name: azure-coredns-forwarder
# restart: always
ports:
Expand Down