chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
3c7db69ac3
commit
2204eef860
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16
|
image: postgres:17
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16
|
image: postgres:17
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
postgres_test:
|
postgres_test:
|
||||||
image: postgres:16-alpine
|
image: postgres:17-alpine
|
||||||
container_name: readur_postgres_test
|
container_name: readur_postgres_test
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: readur_test
|
POSTGRES_USER: readur_test
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:17-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: readur
|
POSTGRES_USER: readur
|
||||||
POSTGRES_PASSWORD: readur
|
POSTGRES_PASSWORD: readur
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue