5 Commits

Author SHA1 Message Date
renovate[bot]
56d1a18dd6 fix(deps): update module github.com/urfave/cli/v2 to v2.27.5 2024-12-06 09:38:43 +00:00
6da8f4d747 Merge pull request #34 from nikdoof/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to 11bd719
2024-12-06 09:37:54 +00:00
c9b26ac48e Merge pull request #35 from nikdoof/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.21.0
2024-12-06 09:37:44 +00:00
renovate[bot]
c73d6b71b1 chore(deps): update alpine docker tag to v3.21.0 2024-12-06 02:17:51 +00:00
renovate[bot]
7213f2fd28 chore(deps): update actions/checkout digest to 11bd719 2024-10-23 16:35:55 +00:00
4 changed files with 11 additions and 1265 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: wangyoucao577/go-release-action@v1.36
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -4,7 +4,7 @@ COPY . .
RUN go get -d -v .
RUN go build -v -o hg612-exporter .
FROM alpine:3.20.2
FROM alpine:3.21.0
WORKDIR /service
COPY --from=build /build/hg612-exporter .
ENTRYPOINT ["./hg612-exporter"]

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.15
require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.20.5
github.com/prometheus/client_golang v1.14.0
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.11.0
github.com/urfave/cli/v2 v2.27.5
)

1268
go.sum

File diff suppressed because it is too large Load Diff