Skip to content

Commit f500a55

Browse files
author
ffffwh
committed
version 3.21.06.1
1 parent 81c8e8c commit f500a55

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 = 3.21.06.0
9+
VERSION = 3.21.06.1
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=3.21.06.0 \
6+
ENV DTLE_VERSION=3.21.06.1 \
77
DTLE_HOME=/dtle
88

99
#

0 commit comments

Comments
 (0)