We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731673d commit 1b0aeb7Copy full SHA for 1b0aeb7
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM golang:1.24.5-alpine3.21 AS build
+FROM golang:1.25.1-alpine3.22 AS build
2
3
WORKDIR /go/src/coredns
4
5
RUN apk add git make && \
6
- git clone --depth 1 --branch=v1.11.3 https://github.com/coredns/coredns /go/src/coredns && cd plugin
+ git clone --depth 1 --branch=v1.12.4 https://github.com/coredns/coredns /go/src/coredns && cd plugin
7
8
COPY . /go/src/coredns/plugin/tailscale
9
go.mod
@@ -1,6 +1,6 @@
module github.com/damomurf/coredns-tailscale
-go 1.24.5
+go 1.25.1
require (
github.com/coredns/caddy v1.1.2-0.20241029205200-8de985351a98
0 commit comments