Skip to content

Commit f8e05f3

Browse files
renovate[bot]BuckarooBanzay
authored andcommitted
chore(deps): update postgres docker tag to v17
1 parent e786d45 commit f8e05f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
postgres:
11-
image: postgres:16
11+
image: postgres:17
1212
ports:
1313
- 5432:5432
1414
env:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.6"
22

33
services:
44
postgres:
5-
image: postgres:16.3
5+
image: postgres:17.0
66
restart: always
77
environment:
88
POSTGRES_PASSWORD: enter

0 commit comments

Comments
 (0)