Skip to content

Commit

Permalink
add dependabot docker ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
foxdalas committed Mar 11, 2024
1 parent ca5ebbd commit c952857
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ updates:
interval: "weekly"
pull-request-branch-name:
separator: "-"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
pull-request-branch-name:
separator: "-"
2 changes: 1 addition & 1 deletion Dockerfile.compose
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
RUN apk add alpine-sdk
RUN go build .

FROM alpine:3.15
FROM alpine:3.19
RUN apk --no-cache add ca-certificates
COPY --from=build /app/sphinx_exporter /bin/
EXPOSE 9247
Expand Down

0 comments on commit c952857

Please sign in to comment.