From c06ff99d2ed81b53ed4c2e29373c37618c7fdefc Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Thu, 28 Dec 2023 13:22:16 -0500 Subject: [PATCH] chores: bump Dockerfile go -> `1.21.4` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9bf52d..ea6e9a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.4 as build +FROM golang:1.21.4 as build LABEL author="vlbeaudoin" -- 2.45.2