Merge pull request #666 from cbcoutinho/renovate/pin-dependencies

chore(deps): pin dependencies
This commit is contained in:
Chris Coutinho
2026-03-31 17:23:04 +02:00
committed by GitHub
+6 -6
View File
@@ -3,7 +3,7 @@ services:
# https://hub.docker.com/_/mariadb # https://hub.docker.com/_/mariadb
db: db:
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server # Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
image: docker.io/library/mariadb:lts@sha256:8164f184d16c30e2f159e30518113667b796306dff0fe558876ab1ff521a682f image: docker.io/library/mariadb:11.8.6-noble
restart: always restart: always
command: --transaction-isolation=READ-COMMITTED command: --transaction-isolation=READ-COMMITTED
volumes: volumes:
@@ -19,7 +19,7 @@ services:
# Note: Redis is an external service. You can find more information about the configuration here: # Note: Redis is an external service. You can find more information about the configuration here:
# https://hub.docker.com/_/redis # https://hub.docker.com/_/redis
redis: redis:
image: docker.io/library/redis:alpine@sha256:2afba59292f25f5d1af200496db41bea2c6c816b059f57ae74703a50a03a27d0 image: docker.io/library/redis:8.6.2-alpine
restart: always restart: always
app: app:
@@ -58,14 +58,14 @@ services:
retries: 30 retries: 30
recipes: recipes:
image: docker.io/library/nginx:alpine@sha256:5878d06ae4c83d73285438255f705bb3f9a736f41cd24876ed25bb33faf76c7d image: docker.io/library/nginx:1.29.7-alpine
restart: always restart: always
volumes: volumes:
- ./tests/fixtures/test_recipe.html:/usr/share/nginx/html/test_recipe.html:ro - ./tests/fixtures/test_recipe.html:/usr/share/nginx/html/test_recipe.html:ro
- ./tests/fixtures/nginx.conf:/etc/nginx/nginx.conf:ro - ./tests/fixtures/nginx.conf:/etc/nginx/nginx.conf:ro
unstructured: unstructured:
image: downloads.unstructured.io/unstructured-io/unstructured-api:latest@sha256:ba6cb073af079c498e9466a5a9152ba4b6c9cad12efeeaf053ba383023d5db08 image: downloads.unstructured.io/unstructured-io/unstructured-api:0.1.1@sha256:f81233ad3049c0b81e010b9be123ed64698787d3218f8356f3e8756f4c14de2f
restart: always restart: always
ports: ports:
- 127.0.0.1:8005:8000 - 127.0.0.1:8005:8000
@@ -332,7 +332,7 @@ services:
# Usage: docker compose --profile login-flow --profile claude-funnel up --build -d # Usage: docker compose --profile login-flow --profile claude-funnel up --build -d
# Requires: TS_AUTHKEY in .env file (see env.sample.claude-funnel) # Requires: TS_AUTHKEY in .env file (see env.sample.claude-funnel)
tailscale-mcp: tailscale-mcp:
image: tailscale/tailscale:latest image: tailscale/tailscale:v1.94.2@sha256:95e528798bebe75f39b10e74e7051cf51188ee615934f232ba7ad06a3390ffa1
hostname: nextcloud-mcp-dev hostname: nextcloud-mcp-dev
restart: always restart: always
environment: environment:
@@ -351,7 +351,7 @@ services:
- claude-funnel - claude-funnel
nginx-claude-filter: nginx-claude-filter:
image: docker.io/library/nginx:alpine image: docker.io/library/nginx:1.29.7-alpine
restart: always restart: always
depends_on: depends_on:
- mcp-login-flow - mcp-login-flow