From 6caf441369fedd7a526d0ace7aed9156afbf9073 Mon Sep 17 00:00:00 2001 From: ncabatoff Date: Tue, 16 Apr 2024 19:38:08 -0400 Subject: [PATCH] Update Dockerfile for Go 1.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 811ace08..86a113c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Start from a Debian image with the latest version of Go installed # and a workspace (GOPATH) configured at /go. -FROM --platform=$BUILDPLATFORM golang:1.17 AS build +FROM --platform=$BUILDPLATFORM golang:1.22 AS build ARG TARGETARCH ARG BUILDPLATFORM WORKDIR /go/src/github.com/ncabatoff/process-exporter