Skip to content

Commit aa4ea72

Browse files
chore(deps): update postgres docker tag to v18
1 parent c3fefe2 commit aa4ea72

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
REDISMS_DISABLE_POSTINSTALL: 1
8282
services:
8383
postgres:
84-
image: postgres:16-alpine
84+
image: postgres:18-alpine
8585
env:
8686
POSTGRES_USER: mx
8787
POSTGRES_PASSWORD: mx
@@ -131,7 +131,7 @@ jobs:
131131
shard: [1, 2, 3]
132132
services:
133133
postgres:
134-
image: postgres:16-alpine
134+
image: postgres:18-alpine
135135
env:
136136
POSTGRES_USER: mx
137137
POSTGRES_PASSWORD: mx

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs: quality
4343
services:
4444
postgres:
45-
image: postgres:16-alpine
45+
image: postgres:18-alpine
4646
env:
4747
POSTGRES_USER: mx
4848
POSTGRES_PASSWORD: mx

docker-compose.server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ services:
9595
timeout: 3s
9696

9797
postgres:
98-
image: postgres:16-alpine
98+
image: postgres:18-alpine
9999
container_name: mx-postgres
100100
restart: unless-stopped
101101
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858

5959
postgres:
6060
container_name: postgres
61-
image: postgres:16-alpine
61+
image: postgres:18-alpine
6262
environment:
6363
- POSTGRES_USER=mx
6464
- POSTGRES_PASSWORD=mx

0 commit comments

Comments
 (0)