enhance: pin Docker image versions to specific tags

This commit is contained in:
Thomas Schweiger
2025-12-03 12:05:46 +01:00
parent 497f09669c
commit 2cee7c8b05
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
---
services:
tika:
image: ${TIKA_IMAGE:-apache/tika:latest}
image: ${TIKA_IMAGE:-apache/tika:3.2.3.0}
# Using the base variant for smaller image size and faster startup
# The base variant includes core functionality for text extraction
# Full variant is only needed for specialized OCR/image processing