Skip to content

Commit b840573

Browse files
author
ffffwh
committed
version 4.23.04.2
1 parent 2d23a06 commit b840573

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 = 4.23.04.1
10+
VERSION = 4.23.04.2
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=4.23.04.1 \
6+
ENV DTLE_VERSION=4.23.04.2 \
77
DTLE_HOME=/dtle
88

99
#

0 commit comments

Comments
 (0)