diff --git a/deployments/container/Makefile b/deployments/container/Makefile index ce2c6db..1578d34 100644 --- a/deployments/container/Makefile +++ b/deployments/container/Makefile @@ -68,6 +68,7 @@ push-%: DIST = $(*) push-short: DIST = $(DEFAULT_PUSH_TARGET) +build-%: DIST = $(*) build-%: DOCKERFILE_SUFFIX = $(*) build-%: DOCKERFILE = $(CURDIR)/deployments/container/Dockerfile.$(DOCKERFILE_SUFFIX) diff --git a/versions.mk b/versions.mk index 2deefff..9b98f1a 100644 --- a/versions.mk +++ b/versions.mk @@ -12,10 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= v0.2.5 +VERSION ?= v0.2.6 vVERSION := v$(VERSION:v%=%) -GOLANG_VERSION ?= 1.21.8 +GOLANG_VERSION ?= 1.22.2 GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")