Skip to content

Commit d7e8555

Browse files
chore(deps): update postgres docker tag to v15.14 (#3046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63e6eb4 commit d7e8555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
services:
88
db:
9-
image: postgres:15.10
9+
image: postgres:15.14
1010
# Health checks to wait until postgres has started
1111
options: >-
1212
--health-cmd pg_isready

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ x-extra-hosts:
3131

3232
services:
3333
db:
34-
image: postgres:15.10
34+
image: postgres:15.14
3535
ports:
3636
- "5432"
3737
environment:

0 commit comments

Comments
 (0)