Update Docker LS to 0.1.1

License certified as per:
https://clearlydefined.io/definitions/npm/npmjs/-/dockerfile-language-server-nodejs/0.1.1

Change-Id: Ia7a965ef99d11d91c1afeba63c9c88ad7a5273ca
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Reviewed-on: https://git.eclipse.org/r/c/linuxtools/org.eclipse.linuxtools/+/167255
Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org>
diff --git a/containers/org.eclipse.linuxtools.docker.editor.ls/pom.xml b/containers/org.eclipse.linuxtools.docker.editor.ls/pom.xml
index f1003d2..60cf485 100644
--- a/containers/org.eclipse.linuxtools.docker.editor.ls/pom.xml
+++ b/containers/org.eclipse.linuxtools.docker.editor.ls/pom.xml
@@ -40,7 +40,7 @@
 							<arguments>
 								<arg>install</arg>
 								<arg>--no-bin-links</arg>
-								<arg>dockerfile-language-server-nodejs@0.0.24</arg>
+								<arg>dockerfile-language-server-nodejs@0.1.1</arg>
 							</arguments>
 							<workingDirectory>language-server/</workingDirectory>
 						</configuration>