[bitnami/mastodon] Release 4.2.8-debian-12-r4 (#64460)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-03-31 21:58:56 +02:00
committed by GitHub
parent 594166ee67
commit 0d577b9bd8
4 changed files with 71 additions and 73 deletions

View File

@@ -9,7 +9,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "20.11.1-0"
"version": "20.12.0-0"
},
"postgresql-client": {
"arch": "amd64",
@@ -21,7 +21,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.11.8-3"
"version": "3.11.8-4"
},
"redis-client": {
"arch": "amd64",
@@ -39,6 +39,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.0.7-9"
"version": "1.0.7-10"
}
}

View File

@@ -48,6 +48,7 @@ print_image_welcome_page() {
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
info "Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit ${BOLD}https://bitnami.com/enterprise${RESET}"
info ""
}