From 339023421ab3f8e1c45a962ebd54214850faa376 Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Wed, 29 May 2024 14:05:24 +0700 Subject: [PATCH] docker: bump go version for Dockerfile.debug --- docker/Dockerfile.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.debug b/docker/Dockerfile.debug index e7ce172..2ba3602 100644 --- a/docker/Dockerfile.debug +++ b/docker/Dockerfile.debug @@ -8,7 +8,7 @@ # - Non-cgo ctrld binary. # # CI_COMMIT_TAG is used to set the version of ctrld binary. -FROM golang:1.20-bullseye as base +FROM golang:bullseye as base WORKDIR /app