We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e92da4d + e27cfc3 commit e3e4c4dCopy full SHA for e3e4c4d
1 file changed
prometheus-elasticsearch-exporter/Dockerfile
@@ -12,7 +12,7 @@ RUN git clone -b $EXPORTER_VERSION --single-branch --depth 1 https://github.com/
12
13
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /out/elasticsearch_exporter
14
15
-FROM alpine:3.21 AS prometheus-elasticsearch-exporter
+FROM alpine:3.22 AS prometheus-elasticsearch-exporter
16
17
COPY --from=builder /out/* /
18
0 commit comments