We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7e069 commit fb9c5b3Copy full SHA for fb9c5b3
Makefile
@@ -29,7 +29,7 @@ include release-tools/build.make
29
GIT_COMMIT := $(shell git rev-parse HEAD)
30
REGISTRY ?= andyzhangx
31
REGISTRY_NAME := $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
32
-IMAGE_VERSION ?= v1.16.0
+IMAGE_VERSION ?= v1.17.0
33
VERSION ?= latest
34
# Use a custom version for E2E tests if we are testing in CI
35
ifdef CI
0 commit comments