Skip to content

Commit e3e4c4d

Browse files
author
Sascha Nowak
authored
Merge pull request #486 from netlogix/dependabot/docker/prometheus-elasticsearch-exporter/main/alpine-3.22
2 parents e92da4d + e27cfc3 commit e3e4c4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prometheus-elasticsearch-exporter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN git clone -b $EXPORTER_VERSION --single-branch --depth 1 https://github.com/
1212

1313
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /out/elasticsearch_exporter
1414

15-
FROM alpine:3.21 AS prometheus-elasticsearch-exporter
15+
FROM alpine:3.22 AS prometheus-elasticsearch-exporter
1616

1717
COPY --from=builder /out/* /
1818

0 commit comments

Comments
 (0)