File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -558,8 +558,8 @@ target "_pkg-credential-helpers" {
558558 args = {
559559 PKG_NAME = PKG_NAME != null && PKG_NAME != " " ? PKG_NAME : " docker-credential-helpers"
560560 PKG_REPO = PKG_REPO != null && PKG_REPO != " " ? PKG_REPO : " https://github.com/docker/docker-credential-helpers.git"
561- PKG_REF = PKG_REF != null && PKG_REF != " " ? PKG_REF : " master "
562- GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.25.5" # https://github.com/docker/docker-credential-helpers/blob/master /Dockerfile
561+ PKG_REF = PKG_REF != null && PKG_REF != " " ? PKG_REF : " main "
562+ GO_VERSION = GO_VERSION != null && GO_VERSION != " " ? GO_VERSION : " 1.25.5" # https://github.com/docker/docker-credential-helpers/blob/main /Dockerfile
563563 GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != " " ? GO_IMAGE_VARIANT : " bookworm"
564564 PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != " " ? PKG_DEB_EPOCH : " "
565565 PKG_REMOTE_DOCKERFILE = " Dockerfile"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ARG DISTRO_IMAGE="debian:bookworm"
2727
2828ARG PKG_NAME="docker-credential-helpers"
2929ARG PKG_REPO="https://github.com/docker/docker-credential-helpers.git"
30- ARG PKG_REF="master "
30+ ARG PKG_REF="main "
3131
3232ARG GO_IMAGE="golang"
3333ARG GO_VERSION="1.25.5"
You can’t perform that action at this time.
0 commit comments