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 Dec 4, 2024
1 parent 732cc5c commit b433b13
Show file tree
Hide file tree
Showing 4 changed files with 809 additions and 7 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.20
COPY --from=builder /dns-tools .
ENTRYPOINT ["./dns-tools"]
Loading

0 comments on commit b433b13

Please sign in to comment.