We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d23a06 commit b840573Copy full SHA for b840573
Makefile
@@ -7,7 +7,7 @@ DOCKER_IMAGE := reg.actiontech.com/actiontech/universe-compiler-udup:v6
7
8
9
PROJECT_NAME ?= dtle
10
-VERSION = 4.23.04.1
+VERSION = 4.23.04.2
11
12
ifdef GOBIN
13
PATH := $(GOBIN):$(PATH)
docker-images/example/Dockerfile
@@ -3,7 +3,7 @@ From centos:centos7
3
#
4
# Set the version, home directory.
5
6
-ENV DTLE_VERSION=4.23.04.1 \
+ENV DTLE_VERSION=4.23.04.2 \
DTLE_HOME=/dtle
0 commit comments