Skip to content

Commit f32d81d

Browse files
author
ffffwh
committed
version 4.23.04.0
1 parent 87c9565 commit f32d81d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCKER_IMAGE := reg.actiontech.com/actiontech/universe-compiler-udup:v6
77

88

99
PROJECT_NAME ?= dtle
10-
VERSION = 9.9.9.9
10+
VERSION = 4.23.04.0
1111

1212
ifdef GOBIN
1313
PATH := $(GOBIN):$(PATH)

docker-images/example/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ From centos:centos7
33
#
44
# Set the version, home directory.
55
#
6-
ENV DTLE_VERSION=9.9.9.9 \
6+
ENV DTLE_VERSION=4.23.04.0 \
77
DTLE_HOME=/dtle
88

99
#

0 commit comments

Comments
 (0)