This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b0ec9a  Use Maven 3.8 for image build, copy log4j2.properties file
8b0ec9a is described below

commit 8b0ec9ac91bdae4fcc13742c53271c3bad7e66d6
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Sat Sep 11 14:04:18 2021 +0200

    Use Maven 3.8 for image build, copy log4j2.properties file
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 4752c2c..a9fa8c0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-FROM maven:3.6-jdk-8 as package
+FROM maven:3.8-jdk-8 as package
 
 WORKDIR /tmp
 
@@ -29,7 +29,7 @@ FROM tomcat:9.0
 
 COPY --from=package /tmp/jspwiki-war/target/JSPWiki.war /tmp
 COPY --from=package 
/tmp/jspwiki-wikipages/en/target/jspwiki-wikipages-en-*.zip /tmp
-COPY docker-files/log4j.properties /tmp
+COPY docker-files/log4j2.properties /tmp
 COPY docker-files/tomcat-users.xml $CATALINA_HOME/conf/tomcat-users.xml
 
 #

Reply via email to