Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v6.0.6 (#112)
Browse files Browse the repository at this point in the history
* chore(deps): update mongo docker tag to v6.0.6

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <[email protected]>
  • Loading branch information
renovate[bot] and github-action update-app-version authored Jun 2, 2023
1 parent ecc1a47 commit c543a18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
mongodb:
container_name: ${CONTAINER_NAME}
image: mongo:6.0.4
image: mongo:6.0.6
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
Expand Down

0 comments on commit c543a18

Please sign in to comment.