From 7da6db550f8bafe5e1e002ac54eabe9e847e9521 Mon Sep 17 00:00:00 2001 From: "LORENZO\\pacio" Date: Tue, 2 Dec 2025 18:18:12 +0100 Subject: [PATCH] . --- daemon.json | 16 ---------------- tomcat/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 daemon.json diff --git a/daemon.json b/daemon.json deleted file mode 100644 index eba9902..0000000 --- a/daemon.json +++ /dev/null @@ -1,16 +0,0 @@ -/*questa configurazione va in /etc/docker/daemon.json*/ - - - -{ - "default-address-pools": [ - { - "base": "171.30.2.0/24", - "size": 24 - }, - { - "base": "171.31.2.0/16", - "size": 24 - } - ] -} \ No newline at end of file diff --git a/tomcat/Dockerfile b/tomcat/Dockerfile index 1ba3477..99dc2bc 100644 --- a/tomcat/Dockerfile +++ b/tomcat/Dockerfile @@ -1,4 +1,4 @@ -FROM tomcat:9.0.107-jdk17 +FROM tomcat:9.0.111-jdk17 # Define arguments for the group and user IDs ARG USER_ID