Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 20, 2023
1 parent 732cc5c commit b162fe9
Show file tree
Hide file tree
Showing 3 changed files with 1,682 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,6 +9,6 @@ RUN go mod download
COPY . ./
RUN GOOS=linux go build -mod=readonly -v -o /dns-tools main.go

FROM alpine:3.16
FROM alpine:3.19
COPY --from=builder /dns-tools .
ENTRYPOINT ["./dns-tools"]
8 changes: 4 additions & 4 deletions go.mod
Expand Up @@ -3,10 +3,10 @@ module github.com/faruryo/dns-tools
go 1.15

require (
github.com/cloudevents/sdk-go/v2 v2.10.1
github.com/cloudflare/cloudflare-go v0.44.0
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
github.com/cloudevents/sdk-go/v2 v2.14.0
github.com/cloudflare/cloudflare-go v0.84.0
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
k8s.io/api v0.22.4
k8s.io/apimachinery v0.22.4
k8s.io/client-go v0.22.4
Expand Down

0 comments on commit b162fe9

Please sign in to comment.