File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM docker.io/library/node:18 -slim AS node
1+ FROM docker.io/library/node:22 -slim AS node
22
33FROM node AS node-with-gyp
44RUN apt update -y && apt install -y g++ make python3 tini
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.4"
22
33services :
44 db-kintsugi :
5- image : postgres:12
5+ image : postgres:17
66 restart : always
77 ports :
88 - " 127.0.0.1:5434:5432"
@@ -14,7 +14,7 @@ services:
1414 POSTGRES_DB : ${DB_NAME}
1515
1616 db-interlay :
17- image : postgres:12
17+ image : postgres:17
1818 restart : always
1919 ports :
2020 - " 127.0.0.1:5435:5432"
@@ -26,7 +26,7 @@ services:
2626 POSTGRES_DB : ${DB_NAME}
2727
2828 db-kintsugi-testnet :
29- image : postgres:12
29+ image : postgres:17
3030 restart : always
3131 ports :
3232 - " 127.0.0.1:5433:5432"
@@ -38,7 +38,7 @@ services:
3838 POSTGRES_DB : ${DB_NAME}
3939
4040 db-interlay-testnet :
41- image : postgres:12
41+ image : postgres:17
4242 restart : always
4343 ports :
4444 - " 127.0.0.1:5436:5432"
@@ -50,7 +50,7 @@ services:
5050 POSTGRES_DB : ${DB_NAME}
5151
5252 db :
53- image : postgres:12
53+ image : postgres:17
5454 restart : always
5555 ports :
5656 - " 127.0.0.1:5433:5432"
You can’t perform that action at this time.
0 commit comments