From 476c9ead4be6044813544668e82d612771aa8480 Mon Sep 17 00:00:00 2001 From: Ramesh Reddy Date: Mon, 6 Apr 2020 10:35:01 -0500 Subject: [PATCH] Upgrading Teiid to 13.1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc512b9..df5b3ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM jboss/wildfly:17.0.1.Final ENV JBOSS_HOME /opt/jboss/wildfly # Set the TEIID_VERSION env variable -ENV TEIID_VERSION 12.3.1 +ENV TEIID_VERSION 13.1.0 # Download and unzip Teiid server RUN cd $JBOSS_HOME \