From a72f30f43ff1fffe3a4bc5c5b47d2f0059e2c1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 07:21:12 +0000 Subject: [PATCH] Build(deps): Bump golang in /prometheus-elasticsearch-exporter Bumps golang from 1.20-alpine to 1.21-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 510f897..9101742 100644 --- a/prometheus-elasticsearch-exporter/Dockerfile +++ b/prometheus-elasticsearch-exporter/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=$BUILDPLATFORM golang:1.20-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder ARG TARGETOS ARG TARGETARCH