From 497c7e0b9bd0c309ee458c9f6f2eefe477dbcbd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 07:50:41 +0000 Subject: [PATCH] build(deps): bump golang in /prometheus-elasticsearch-exporter Bumps golang from 1.22-alpine to 1.23-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prometheus-elasticsearch-exporter/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus-elasticsearch-exporter/Dockerfile b/prometheus-elasticsearch-exporter/Dockerfile index c33b503..818518f 100644 --- a/prometheus-elasticsearch-exporter/Dockerfile +++ b/prometheus-elasticsearch-exporter/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder ARG TARGETOS ARG TARGETARCH