Skip to content

Commit 4f15809

Browse files
chore(deps): update ghcr.io/bsstudio/bss-web-admin-backend docker tag to v2.4.0 (#237)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/bsstudio/bss-web-admin-backend](https://redirect.github.com/BSStudio/bss-web-admin-backend) | minor | `v2.3.11` -> `v2.4.0` | --- ### Release Notes <details> <summary>BSStudio/bss-web-admin-backend (ghcr.io/bsstudio/bss-web-admin-backend)</summary> ### [`v2.4.0`](https://redirect.github.com/BSStudio/bss-web-admin-backend/releases/tag/v2.4.0) [Compare Source](https://redirect.github.com/BSStudio/bss-web-admin-backend/compare/v2.3.11...v2.4.0) ##### Features - **deps:** update bellsoft/liberica-runtime-container docker tag to v25 ([#&#8203;477](https://redirect.github.com/BSStudio/bss-web-admin-backend/issues/477)) ([04a5f06](https://redirect.github.com/BSStudio/bss-web-admin-backend/commit/04a5f062ecfb936c36ee193d602fe172bdc7f04b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJkb2NrZXIiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5d0f2b commit 4f15809

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.3.11
23+
image: ghcr.io/bsstudio/bss-web-admin-backend:v2.4.0
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)