Skip to content

Commit d561d72

Browse files
chore(deps): update ghcr.io/bsstudio/bss-web-admin-backend docker tag to v2.4.15 (#324)
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.4.14` -> `v2.4.15` | [![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.4.15`](https://redirect.github.com/BSStudio/bss-web-admin-backend/releases/tag/v2.4.15) [Compare Source](https://redirect.github.com/BSStudio/bss-web-admin-backend/compare/v2.4.14...v2.4.15) ##### Performance Improvements - **deps:** update all digest updates ([#&#8203;543](https://redirect.github.com/BSStudio/bss-web-admin-backend/issues/543)) ([95b80e6](https://redirect.github.com/BSStudio/bss-web-admin-backend/commit/95b80e6a34ee469ad03e9ee5378d6a5ee1042f8b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74feb10 commit d561d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.4.14@sha256:cffbe68cf99cf3f6c8e21fd33aa69c565775792a9b11fdc697801a18f6e80966
23+
image: ghcr.io/bsstudio/bss-web-admin-backend:v2.4.15@sha256:b8c763364fe4a573d43f13dab9b74d3a8b6fe3d42b865f29b891cc87a889a13b
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)