Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 778fa1e commit 6bb64c6
Show file tree
Hide file tree
Showing 4 changed files with 3,362 additions and 3,600 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
node: ['18.13.0', '20.9.0']
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
postgres:
container_name: postgres_container
image: postgres:16.2-alpine3.19
image: postgres:17.0-alpine3.19
environment:
POSTGRES_USER: ${POSTGRES_USER:-postgres}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}
Expand All @@ -19,7 +19,7 @@ services:

pgadmin:
container_name: pgadmin_container
image: dpage/pgadmin4:8.3
image: dpage/pgadmin4:8.12
environment:
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:[email protected]}
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-admin}
Expand Down
Loading

0 comments on commit 6bb64c6

Please sign in to comment.