Skip to content

Commit 86aa78f

Browse files
committed
version 4.22.01.0
1 parent b75b00c commit 86aa78f

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 := docker-registry:5000/actiontech/universe-compiler-udup:v6
77

88

99
PROJECT_NAME ?= dtle
10-
VERSION = 9.9.9.9
10+
VERSION = 4.22.01.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.22.01.0 \
77
DTLE_HOME=/dtle
88

99
#

0 commit comments

Comments
 (0)