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 committed May 15, 2021
1 parent beee055 commit 10f60fd
Show file tree
Hide file tree
Showing 4 changed files with 624 additions and 239 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- ALLOW_UNSECURE=1
- DOMAIN=localhost:3001
- PORT=3001
- image: postgres:10.16-alpine
- image: postgres:10.17-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.17-alpine
volumes:
- psql-data:/var/lib/postgresql/data/

Expand Down
Loading

0 comments on commit 10f60fd

Please sign in to comment.