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