Skip to content

Commit afae0b4

Browse files
chore(deps): update ghcr.io/bsstudio/bss-web-admin-backend docker tag to v2.7.27 (#630)
This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [ghcr.io/bsstudio/bss-web-admin-backend](https://redirect.github.com/BSStudio/bss-web-admin-backend) | patch | `v2.7.26` → `v2.7.27` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/BSStudio/bss-web-admin-backend/badge)](https://securityscorecards.dev/viewer/?uri=github.com/BSStudio/bss-web-admin-backend) | --- ### Release Notes <details> <summary>BSStudio/bss-web-admin-backend (ghcr.io/bsstudio/bss-web-admin-backend)</summary> ### [`v2.7.27`](https://redirect.github.com/BSStudio/bss-web-admin-backend/releases/tag/v2.7.27) [Compare Source](https://redirect.github.com/BSStudio/bss-web-admin-backend/compare/v2.7.26...v2.7.27) ##### Bug Fixes - **deps:** update spotless to v8.5.1 ([#&#8203;782](https://redirect.github.com/BSStudio/bss-web-admin-backend/issues/782)) ([b1e2c6a](https://redirect.github.com/BSStudio/bss-web-admin-backend/commit/b1e2c6afa6f8078a1d08ad50eb40b7e38e9a1da1)) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Dublin) - Branch creation - At any time (no schedule defined) - Automerge - Only on Sunday and Saturday (`* * * * 0,6`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-graphql-backend). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab6fe8f commit afae0b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
# once db is initialized, we can shut down the container
2121
# however it makes it easy to add data to the db
2222
backend:
23-
image: ghcr.io/bsstudio/bss-web-admin-backend:v2.7.26@sha256:171d62869ec88187d24d79e4a2e61ffbd3e5f2998d7726c5a6f0cc4f4099853a
23+
image: ghcr.io/bsstudio/bss-web-admin-backend:v2.7.27@sha256:7a4376b93b83ccad9f0d439d05aa3efb46be2f1e9776745cc1fae4df81a91b24
2424
healthcheck:
2525
test: "wget --tries=1 --no-verbose -qO- http://localhost:8080/actuator/health | grep -q UP"
2626
start_period: 5s

0 commit comments

Comments
 (0)