Skip to content

Commit 3c0678e

Browse files
Bump postgres Docker tag to v17.6 (#495)
1 parent 58c2e5d commit 3c0678e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ports:
4040
- "1521:1521"
4141
postgres:
42-
image: postgres:17.5-alpine
42+
image: postgres:17.6-alpine
4343
ports:
4444
- "5432:5432"
4545
env:

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
ports:
2020
- "1521:1521"
2121
postgres:
22-
image: postgres:17.5-alpine
22+
image: postgres:17.6-alpine
2323
ports:
2424
- "5432:5432"
2525
environment:

0 commit comments

Comments
 (0)