File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ target "_pkg-cagent" {
579579 PKG_NAME = PKG_NAME != null && PKG_NAME != " " ? PKG_NAME : " cagent"
580580 PKG_REPO = PKG_REPO != null && PKG_REPO != " " ? PKG_REPO : " https://github.com/docker/cagent.git"
581581 PKG_REF = PKG_REF != null && PKG_REF != " " ? PKG_REF : " main"
582- GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.26.0 " # https://github.com/docker/cagent/blob/main/Dockerfile
582+ GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.26.1 " # https://github.com/docker/cagent/blob/main/Dockerfile
583583 GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != " " ? GO_IMAGE_VARIANT : " bookworm"
584584 PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != " " ? PKG_DEB_EPOCH : " "
585585 PKG_REMOTE_DOCKERFILE = " Dockerfile"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ARG PKG_REPO="https://github.com/docker/cagent.git"
2828ARG PKG_REF="master"
2929
3030ARG GO_IMAGE="golang"
31- ARG GO_VERSION="1.26.0 "
31+ ARG GO_VERSION="1.26.1 "
3232ARG GO_IMAGE_VARIANT="bookworm"
3333
3434ARG ZIG_VERSION="0.15.2"
You can’t perform that action at this time.
0 commit comments