Skip to content

Commit 0e8de20

Browse files
authored
chore: switch master branch version
1 parent 6843c34 commit 0e8de20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include release-tools/build.make
2727
GIT_COMMIT ?= $(shell git rev-parse HEAD)
2828
REGISTRY ?= andyzhangx
2929
REGISTRY_NAME = $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
30-
IMAGE_VERSION ?= v1.11.0
30+
IMAGE_VERSION ?= v1.12.0
3131
VERSION ?= latest
3232
# Use a custom version for E2E tests if we are testing in CI
3333
ifdef CI

0 commit comments

Comments
 (0)