diff --git a/Makefile b/Makefile index 0c799e1c7..2a57d0e60 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ endif SHELL=/bin/bash -o pipefail -o errexit # Use the 0.0 tag for testing, it shouldn't clobber any release builds -TAG ?= 0.32.0 +TAG ?= 0.33.0 # Use docker to run makefile tasks USE_DOCKER ?= true