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) (#9)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-22 05:27:30 +00:00
committed by GitHub
parent eb3542ebc0
commit 44de0cce2b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
services:
mysql:
image: mysql:9.5.0
image: mysql:9.6.0
restart: always
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_DB_ROOT_PASSWORD}

View File

@@ -1,6 +1,6 @@
services:
ollama:
image: ollama/ollama:0.14.2
image: ollama/ollama:0.14.3
restart: unless-stopped
ports:
- ${OLLAMA_PORT_HTTP}:11434