Skip to content

Commit 398ebf2

Browse files
author
ffffwh
committed
update version
1 parent c142c38 commit 398ebf2

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
@@ -6,7 +6,7 @@ DOCKER := $(shell which docker)
66
DOCKER_IMAGE := docker-registry:5000/actiontech/universe-compiler-udup:v4
77

88
PROJECT_NAME = dtle
9-
VERSION = 9.9.9.9
9+
VERSION = 3.20.10.0
1010

1111
ifdef GOBIN
1212
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=3.20.10.0 \
77
DTLE_HOME=/dtle
88

99
#

0 commit comments

Comments
 (0)