Skip to content

Commit 6c3e425

Browse files
chore(deps): update postgres docker tag to v18
1 parent 78471c1 commit 6c3e425

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
@@ -8,7 +8,7 @@ jobs:
88
# Label used to access the service container
99
db:
1010
# Docker Hub image
11-
image: postgres:12.22
11+
image: postgres:18.1
1212
# Set health checks to wait until postgres has started
1313
options: >-
1414
--health-cmd pg_isready

docker-compose.services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
db:
1111
profiles:
1212
- backend
13-
image: postgres:16
13+
image: postgres:18
1414
healthcheck:
1515
test: ["CMD", "pg_isready"]
1616
interval: 3s

0 commit comments

Comments
 (0)