Skip to content

Commit

Permalink
Pin Exporter to git hash
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Jan 17, 2025
1 parent fb78002 commit fcc39b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prom-exporter
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##################
FROM docker.io/golang:1.23-alpine AS exporter

RUN GO111MODULE=on go install github.com/cirocosta/monero-exporter/cmd/monero-exporter@master
RUN GO111MODULE=on go install github.com/cirocosta/monero-exporter/cmd/monero-exporter@cf21000

##################
# -- runner -- #
Expand Down

0 comments on commit fcc39b1

Please sign in to comment.