File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ target "_pkg-cagent" {
600600 PKG_NAME = PKG_NAME != null && PKG_NAME != " " ? PKG_NAME : " cagent"
601601 PKG_REPO = PKG_REPO != null && PKG_REPO != " " ? PKG_REPO : " https://github.com/docker/cagent.git"
602602 PKG_REF = PKG_REF != null && PKG_REF != " " ? PKG_REF : " main"
603- GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.25.3 " # https://github.com/docker/cagent/blob/26330cc0e1579ab91fd24a3459986256680d8330 /Dockerfile#L6
603+ GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.25.4 " # https://github.com/docker/cagent/blob/259774ed55b2b51c4b602d9636d68a6bb23117ec /Dockerfile#L6
604604 GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != " " ? GO_IMAGE_VARIANT : " bookworm"
605605 PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != " " ? PKG_DEB_EPOCH : " "
606606 }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ARG PKG_REPO="https://github.com/docker/cagent.git"
2929ARG PKG_REF="master"
3030
3131ARG GO_IMAGE="golang"
32- ARG GO_VERSION="1.25.3 "
32+ ARG GO_VERSION="1.25.4 "
3333ARG GO_IMAGE_VARIANT="bookworm"
3434
3535# stage used as named context that mounts hack/scripts
You can’t perform that action at this time.
0 commit comments