From fcd2d39ddec6b6a70a6e55b04f189b594cb42e73 Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Mon, 16 Sep 2024 15:23:55 -0400 Subject: [PATCH] chores(Dockerfile): bump go -> 1.23.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6090d72..a44e239 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.4 as build +FROM golang:1.23.1 as build LABEL author="vlbeaudoin"