Skip to content

Commit

Permalink
Upgrade mysqld-exporter to v0.15.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Aug 14, 2023
1 parent f73f729 commit 0d2ee0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/mysqld_exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Stage1: build from source
FROM quay.io/cybozu/golang:1.19-jammy AS build

ARG MYSQLD_EXPORTER_VERSION=v0.14.0
ARG MYSQLD_EXPORTER_VERSION=v0.15.0

RUN git clone -b ${MYSQLD_EXPORTER_VERSION} --depth 1 https://github.com/prometheus/mysqld_exporter \
&& make -C mysqld_exporter build
Expand Down
2 changes: 1 addition & 1 deletion containers/mysqld_exporter/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0.1
0.15.0.2

0 comments on commit 0d2ee0c

Please sign in to comment.