docker: bump go version for Dockerfile.debug

This commit is contained in:
Cuong Manh Le
2024-05-29 14:05:24 +07:00
committed by Cuong Manh Le
parent a00d2a431a
commit 339023421a

View File

@@ -8,7 +8,7 @@
# - Non-cgo ctrld binary. # - Non-cgo ctrld binary.
# #
# CI_COMMIT_TAG is used to set the version of 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 WORKDIR /app