Skip to content
Snippets Groups Projects
Unverified Commit d14eb201 authored by Kagami Sascha Rosylight's avatar Kagami Sascha Rosylight Committed by GitHub
Browse files

chore(workflows): use postgres 15 everywhere (#12726)

parent 4175b780
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ jobs:
services:
postgres:
image: postgres:13
image: postgres:15
ports:
- 54312:5432
env:
......
......@@ -56,7 +56,7 @@ jobs:
services:
postgres:
image: postgres:13
image: postgres:15
ports:
- 54312:5432
env:
......
......@@ -27,7 +27,7 @@ spec:
ports:
- containerPort: 3000
- name: postgres
image: postgres:14-alpine
image: postgres:15-alpine
env:
- name: POSTGRES_USER
value: "example-misskey-user"
......@@ -38,7 +38,7 @@ spec:
ports:
- containerPort: 5432
- name: redis
image: redis:alpine
image: redis:7-alpine
ports:
- containerPort: 6379
volumes:
......
......@@ -7,7 +7,7 @@ services:
- "127.0.0.1:56312:6379"
dbtest:
image: postgres:13
image: postgres:15
ports:
- "127.0.0.1:54312:5432"
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment