Skip to content

Commit 2df680d

Browse files
fix(deps): update all dependencies
1 parent 778fa1e commit 2df680d

File tree

4 files changed

+5946
-4640
lines changed

4 files changed

+5946
-4640
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
1616
node: ['18.13.0', '20.9.0']

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.8'
33
services:
44
postgres:
55
container_name: postgres_container
6-
image: postgres:16.2-alpine3.19
6+
image: postgres:17.2-alpine3.19
77
environment:
88
POSTGRES_USER: ${POSTGRES_USER:-postgres}
99
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}
@@ -19,7 +19,7 @@ services:
1919

2020
pgadmin:
2121
container_name: pgadmin_container
22-
image: dpage/pgadmin4:8.3
22+
image: dpage/pgadmin4:8.14
2323
environment:
2424
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:[email protected]}
2525
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-admin}

0 commit comments

Comments
 (0)