Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent 484531a commit fa7b9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbyte/airbyte-db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM airbyte/db:0.52.0
FROM airbyte/db:0.53.1

RUN chmod -R 777 /var/run/postgresql
2 changes: 1 addition & 1 deletion mongo/7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mongo:7.0.6
FROM mongo:7.0.7

# Health check
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD ["mongosh", "--eval", "db.adminCommand('ping')"]
Expand Down

0 comments on commit fa7b9bf

Please sign in to comment.