We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfaee7 commit 224a2b3Copy full SHA for 224a2b3
2 files changed
docker-compose.dev.yml
@@ -2,7 +2,7 @@ version: '3'
2
services:
3
openaev-dev-pgsql:
4
container_name: openaev-dev-pgsql
5
- image: postgres:17-alpine
+ image: postgres:18-alpine
6
environment:
7
POSTGRES_USER: ${POSTGRES_USER}
8
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
retries: 3
19
restart: always
20
pgsql:
21
22
23
24
0 commit comments