From e894583fc101c821d15b63d4c46fafc0c94023bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:46:37 +0000 Subject: [PATCH] chore(deps): update docker images (minor/patch/digest) (#19) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ollama/docker-compose.yml | 2 +- tomcat/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ollama/docker-compose.yml b/ollama/docker-compose.yml index f5a01a1..43a4fcf 100644 --- a/ollama/docker-compose.yml +++ b/ollama/docker-compose.yml @@ -1,6 +1,6 @@ services: ollama: - image: ollama/ollama:0.15.1 + image: ollama/ollama:0.15.2 restart: unless-stopped ports: - ${OLLAMA_PORT_HTTP}:11434 diff --git a/tomcat/docker-compose.yml b/tomcat/docker-compose.yml index f01aa79..6464000 100644 --- a/tomcat/docker-compose.yml +++ b/tomcat/docker-compose.yml @@ -1,6 +1,6 @@ services: tomcat: - image: tomcat:11.0.15-jre21 + image: tomcat:11.0.18-jre21 restart: unless-stopped ports: - ${TOMCAT_PORT_HTTP}:8080