diff --git a/Makefile b/Makefile index b31e5a198..53b38b767 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DOCKER_IMAGE := reg.actiontech.com/actiontech/universe-compiler-udup:v6 PROJECT_NAME ?= dtle -VERSION = 9.9.9.9 +VERSION = 4.23.04.0 ifdef GOBIN PATH := $(GOBIN):$(PATH) diff --git a/docker-images/example/Dockerfile b/docker-images/example/Dockerfile index d8fd8c067..8608d7415 100644 --- a/docker-images/example/Dockerfile +++ b/docker-images/example/Dockerfile @@ -3,7 +3,7 @@ From centos:centos7 # # Set the version, home directory. # -ENV DTLE_VERSION=9.9.9.9 \ +ENV DTLE_VERSION=4.23.04.0 \ DTLE_HOME=/dtle #