From 36c04e656d0025fb81fe52943beb4507f7838a8b Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Sat, 3 Jun 2023 19:49:15 -0400 Subject: [PATCH] Bump golang:1.20.2 -> 1.20.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 485c5fc..6a98ef7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.2 as build +FROM golang:1.20.4 as build LABEL author="vlbeaudoin"