From 1672ab91b53ee8bcff1ebbb82c8de022e485330f Mon Sep 17 00:00:00 2001 From: Bram Gadeyne Date: Fri, 14 Jun 2019 07:20:23 +0200 Subject: [PATCH] update version to 12.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6d3888..e860c72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM jboss/wildfly:15.0.1.Final ENV JBOSS_HOME /opt/jboss/wildfly # Set the TEIID_VERSION env variable -ENV TEIID_VERSION 12.2.0 +ENV TEIID_VERSION 12.2.1 # Download and unzip Teiid server RUN cd $JBOSS_HOME \