From 86cc3b9607717b6108d180478281d29322db02d8 Mon Sep 17 00:00:00 2001 From: Nihal Gonsalves Date: Mon, 10 Jul 2023 20:14:29 +0200 Subject: [PATCH] chore(build): bump Dockerfile-build go version --- Dockerfile-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-build b/Dockerfile-build index f8af256b..62a60bd8 100644 --- a/Dockerfile-build +++ b/Dockerfile-build @@ -1,4 +1,4 @@ -FROM golang:1.19-bullseye as builder +FROM golang:1.20-bullseye as builder ARG VERSION=dev ARG COMMIT=unknown