Skip to content

Commit 224a2b3

Browse files
[docker] Update postgres Docker tag to v18 (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcfaee7 commit 224a2b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
openaev-dev-pgsql:
44
container_name: openaev-dev-pgsql
5-
image: postgres:17-alpine
5+
image: postgres:18-alpine
66
environment:
77
POSTGRES_USER: ${POSTGRES_USER}
88
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
retries: 3
1919
restart: always
2020
pgsql:
21-
image: postgres:17-alpine
21+
image: postgres:18-alpine
2222
environment:
2323
POSTGRES_USER: ${POSTGRES_USER}
2424
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}

0 commit comments

Comments
 (0)