From ee3121023c6ad27ff28d3b550c2ba303f7a79bc6 Mon Sep 17 00:00:00 2001 From: Thomas Mortagne <thomas.mortagne@gmail.com> Date: Wed, 4 Nov 2020 11:10:43 +0100 Subject: [PATCH] [Misc] Fix mistake in previous commit --- template/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/Dockerfile b/template/Dockerfile index 6c3573d..f53b550 100644 --- a/template/Dockerfile +++ b/template/Dockerfile @@ -63,8 +63,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \\ println "# For MYSQL, download the MySQL driver version from the Maven Central repository since there's no up to " println "# date Debian repository for it anymore." println "ENV MYSQL_JDBC_VERSION=\"8.0.22\"" - # Get the SHA256 from the JAR at https://search.maven.org/artifact/mysql/mysql-connector-java and using the - # command line defined in build.gradle. + // Get the SHA256 from the JAR at https://search.maven.org/artifact/mysql/mysql-connector-java and using the + // command line defined in build.gradle. println "ENV MYSQL_JDBC_SHA256=\"5019defbd12316295e97a6e88f2a9b07f118345a4e982710bba232e499b22f4f\"" println "ENV MYSQL_JDBC_PREFIX=\"https://repo1.maven.org/maven2/mysql/mysql-connector-java/\${MYSQL_JDBC_VERSION}\"" println "ENV MYSQL_JDBC_ARTIFACT=\"mysql-connector-java-\${MYSQL_JDBC_VERSION}.jar\"" -- GitLab