From 98ba7450bbb87b3482ccec6c9d56e3244884a91b Mon Sep 17 00:00:00 2001 From: Yann Soubeyrand Date: Thu, 26 Oct 2023 14:00:31 +0200 Subject: [PATCH] build: update Go version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50ad1d2..c3027f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13 as builder +FROM golang:1.21 as builder WORKDIR /go/src/github.com/camptocamp/prometheus-puppetdb-sd RUN mkdir -p /etc/prometheus/puppetdb-sd/ && chown -R 1001:root /etc/prometheus/puppetdb-sd/ && chmod -R g=u /etc/prometheus/puppetdb-sd/ COPY . .