Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2025
1 parent 732cc5c commit 8827c68
Show file tree
Hide file tree
Showing 4 changed files with 808 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: go test -coverprofile coverage.out -covermode atomic ./...

- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.9
uses: jandelgado/gcov2lcov-action@v1.1.1
with:
infile: coverage.out
outfile: coverage.lcov
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
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.21
COPY --from=builder /dns-tools .
ENTRYPOINT ["./dns-tools"]
Loading

0 comments on commit 8827c68

Please sign in to comment.