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

@ -5,7 +5,7 @@
services:
# Database (Postgres)
postgres:
image: postgres:latest
image: postgres:16-alpine
restart: unless-stopped
ports:
- ${POSTGRES_PORT:-5432}:5432
@ -52,7 +52,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
ports:
- ${CHROME_PORT:-8080}:3000