2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 05:07:13 +08:00

chore(deps): update docker images (minor/patch/digest) (#19)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-27 09:46:37 +00:00
committed by GitHub
parent 13ca1402e6
commit e894583fc1
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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