chore(service): pin imgcompress to a static version instead of latest

This commit is contained in:
ShadowArcanist 2026-03-13 12:28:25 +05:30 committed by GitHub
parent 35eb5cf937
commit c25e59e7ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
services:
imgcompress:
image: karimz1/imgcompress:${IMGCOMPRESS_VERSION:-latest}
image: karimz1/imgcompress:0.6.0
environment:
- SERVICE_URL_IMGCOMPRESS_5000
- DISABLE_LOGO=${DISABLE_LOGO:-false}