Skip to content

Commit e27cfc3

Browse files
build(deps): bump alpine in /prometheus-elasticsearch-exporter
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00bf829 commit e27cfc3

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)