Skip to content

Commit

Permalink
updated the coredns version to v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Feb 10, 2025
1 parent e7ef614 commit 07a9be6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit 07a9be6

Please sign in to comment.