pin versions of chromium

This commit is contained in:
Amruth Pillai
2025-01-11 13:17:14 +01:00
parent 13d90e8138
commit e4ec678512
6 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@ services:
# Storage (for image uploads)
minio:
image: minio/minio
image: minio/minio:latest
restart: unless-stopped
command: server /data
ports:
@ -34,7 +34,7 @@ services:
# Chrome Browser (for printing and previews)
chrome:
image: ghcr.io/browserless/chromium:latest
image: ghcr.io/browserless/chromium:v2.18.0 # Upgrading to newer versions causes issues
restart: unless-stopped
environment:
TIMEOUT: 10000