From a4830a304bfbf57e2ef84588c19781866d85e68d Mon Sep 17 00:00:00 2001 From: David Thorpe Date: Sun, 26 May 2024 13:41:28 +0200 Subject: [PATCH] Upgraded dockerfile to go1.22 --- etc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Dockerfile b/etc/Dockerfile index 7bff434..3a39056 100644 --- a/etc/Dockerfile +++ b/etc/Dockerfile @@ -2,7 +2,7 @@ ARG OS ARG ARCH # Run makefile to build all the commands -FROM --platform=${OS}/${ARCH} golang:1.21-bullseye AS builder +FROM --platform=${OS}/${ARCH} golang:1.22-bullseye AS builder ARG OS ARG ARCH WORKDIR /usr/src/app