From a86782abb62e4c81c429faf16560a29a391c2127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 02:56:30 +0000 Subject: [PATCH] Update golang Docker tag --- disco/Dockerfile | 2 +- prometheus-fusion/Dockerfile | 2 +- vice-president/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/disco/Dockerfile b/disco/Dockerfile index 644a1f248..67b659cea 100644 --- a/disco/Dockerfile +++ b/disco/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:experimental # Build the manager binary -FROM golang:1.22 as builder +FROM golang:1.23 as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/prometheus-fusion/Dockerfile b/prometheus-fusion/Dockerfile index 631aefd69..14064ba78 100644 --- a/prometheus-fusion/Dockerfile +++ b/prometheus-fusion/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.9-alpine3.7 as builder +FROM golang:1.11-alpine3.7 as builder WORKDIR /go/src/github.com/sapcc/kubernetes-operators/prometheus-fusion RUN apk add --no-cache make COPY . . diff --git a/vice-president/Dockerfile b/vice-president/Dockerfile index d9381322e..9704a1461 100644 --- a/vice-president/Dockerfile +++ b/vice-president/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.9-alpine3.10 as builder +FROM golang:1.13.11-alpine3.10 as builder WORKDIR /go/src/github.com/sapcc/kubernetes-operators/vice-president RUN apk add --no-cache make dep git mercurial COPY . .