Skip to content

Commit 2be7447

Browse files
renovate[bot]github-action update-app-version
andauthored
chore(deps): update mongo docker tag to v7.0.2 (#465)
* chore(deps): update mongo docker tag to v7.0.2 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <[email protected]>
1 parent 7338d28 commit 2be7447

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

apps/mongodb/7.0.1/docker-compose.yml renamed to apps/mongodb/7.0.2/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
mongodb:
44
container_name: ${CONTAINER_NAME}
5-
image: mongo:7.0.1
5+
image: mongo:7.0.2
66
restart: always
77
environment:
88
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}

0 commit comments

Comments
 (0)