chore (dev): make sure to use same PostgreSQL image version with postgresql-client

This commit is contained in:
naskya 2024-03-04 02:31:18 +09:00
parent f90712d624
commit 83056f46ed
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ services:
db:
restart: unless-stopped
image: docker.io/groonga/pgroonga:latest-alpine-16-slim
image: docker.io/groonga/pgroonga:latest-alpine-15-slim
container_name: firefish_db
networks:
- firefishnet