Skip to content

Commit a1fa3de

Browse files
authored
Update dev env and CI to Postgres 15.10 (#9963)
* Update dev env to Postgres 15.10 * Update CI to Postgres 15.10
1 parent a35aa9c commit a1fa3de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest-32-cores
8282
services:
8383
postgres:
84-
image: postgres:15.6-alpine
84+
image: postgres:15.10-alpine
8585
ports:
8686
- 5432:5432
8787
env:
@@ -151,7 +151,7 @@ jobs:
151151
runs-on: ubuntu-latest
152152
services:
153153
postgres:
154-
image: postgres:15.6-alpine
154+
image: postgres:15.10-alpine
155155
ports:
156156
- 5432:5432
157157
env:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:15.6-alpine
3+
image: postgres:15.10-alpine
44
ports:
55
- "127.0.0.1:5432:5432"
66
healthcheck:

0 commit comments

Comments
 (0)