Skip to content

Commit

Permalink
Update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2022
1 parent a57db44 commit cb1c645
Show file tree
Hide file tree
Showing 4 changed files with 279 additions and 208 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM docker.elastic.co/beats/elastic-agent-complete:8.3.3
FROM docker.elastic.co/beats/elastic-agent-complete:8.4.3

WORKDIR /home/node/app

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -10,15 +10,15 @@ services:
- node

db:
image: postgres:14.4
image: postgres:14.5
ports:
- "5432"
# TODO: #1182 remove before prod https://github.com/drazisil/mco-server/issues/1008
environment:
POSTGRES_PASSWORD: "password"
POSTGRES_DB: "mcos"
pgadmin:
image: dpage/pgadmin4:6.12
image: dpage/pgadmin4:6.15
# TODO: #1182 remove these before prod https://github.com/drazisil/mco-server/issues/1008
environment:
PGADMIN_DEFAULT_EMAIL: "admin@pgadmin.com"
Expand Down

0 comments on commit cb1c645

Please sign in to comment.