Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent beee055 commit 2de3886
Show file tree
Hide file tree
Showing 4 changed files with 5,000 additions and 1,046 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

node-image: &node-image
image: circleci/node:12.22.1
image: circleci/node:12.22.7

set-npm-global: &set-npm-global
run:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- ALLOW_UNSECURE=1
- DOMAIN=localhost:3001
- PORT=3001
- image: postgres:10.16-alpine
- image: postgres:10.23-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- postgres

postgres:
image: postgres:10.16-alpine
image: postgres:10.23-alpine
volumes:
- psql-data:/var/lib/postgresql/data/

Expand Down
Loading

0 comments on commit 2de3886

Please sign in to comment.