From 300ebbb461b83df30296ac79077a954f41793609 Mon Sep 17 00:00:00 2001 From: "gabriel.franco" Date: Thu, 20 Jun 2024 16:39:14 -0300 Subject: [PATCH] Updating golang to 1.21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3dbb4b354..92d4b2c53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.6-alpine as build +FROM golang:1.21-alpine as build WORKDIR ${GOPATH}/src/github.com/quintoandar RUN apk update && apk add make git curl && git clone https://github.com/quintoandar/postgres_exporter.git WORKDIR ${GOPATH}/src/github.com/quintoandar/postgres_exporter