From 57f6223407cdcb04ed061f491f04b1e8c099474f Mon Sep 17 00:00:00 2001 From: David Evans <117189342+de185056@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:52:01 +0100 Subject: [PATCH] Update golang version to 1.22.4 (#109) Co-authored-by: devans --- Dockerfile | 2 +- Dockerfile.all | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8a2cda..4bd8bcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ ## GO BUILDER ################################################################################ -FROM golang:1.20.7 as builder +FROM golang:1.22.4 as builder ENV VERSION 1.8.10 ENV CGO_ENABLED 0 diff --git a/Dockerfile.all b/Dockerfile.all index d0dd7cc..3dd3a76 100644 --- a/Dockerfile.all +++ b/Dockerfile.all @@ -1,4 +1,4 @@ -FROM golang:1.20.7 as builder +FROM golang:1.22.4 as builder ENV VERSION 1.8.10 ENV BUILD_DIR /build