diff --git a/Dockerfile b/Dockerfile index f328790..68d4d6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # - Non-cgo ctrld binary. # # CI_COMMIT_TAG is used to set the version of ctrld binary. -FROM golang:bullseye as base +FROM golang:1.20-bullseye as base WORKDIR /app