We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01a02e commit 0f67215Copy full SHA for 0f67215
Makefile
@@ -6,7 +6,7 @@ DOCKER := $(shell which docker)
6
DOCKER_IMAGE := docker-registry:5000/actiontech/universe-compiler-udup:v4
7
8
PROJECT_NAME = dtle
9
-VERSION = 3.21.05.0
+VERSION = 3.21.06.0
10
11
ifdef GOBIN
12
PATH := $(GOBIN):$(PATH)
docker-images/example/Dockerfile
@@ -3,7 +3,7 @@ From centos:centos7
3
#
4
# Set the version, home directory.
5
-ENV DTLE_VERSION=3.21.05.0 \
+ENV DTLE_VERSION=3.21.06.0 \
DTLE_HOME=/dtle
0 commit comments