diff --git a/containers/mysqld_exporter/Dockerfile b/containers/mysqld_exporter/Dockerfile index 98570e033..fe98972a3 100644 --- a/containers/mysqld_exporter/Dockerfile +++ b/containers/mysqld_exporter/Dockerfile @@ -1,9 +1,9 @@ # mysqld_exporter container # Stage1: build from source -FROM ghcr.io/cybozu/golang:1.19-jammy AS build +FROM ghcr.io/cybozu/golang:1.22-jammy AS build -ARG MYSQLD_EXPORTER_VERSION=v0.15.0 +ARG MYSQLD_EXPORTER_VERSION=v0.15.1 RUN git clone -b ${MYSQLD_EXPORTER_VERSION} --depth 1 https://github.com/prometheus/mysqld_exporter \ && make -C mysqld_exporter build diff --git a/containers/mysqld_exporter/TAG b/containers/mysqld_exporter/TAG index 80fed3fc4..a2f9311ca 100644 --- a/containers/mysqld_exporter/TAG +++ b/containers/mysqld_exporter/TAG @@ -1 +1 @@ -0.15.0.2 +0.15.1.1