Skip to content

Commit d663653

Browse files
chore(deps): update ghcr.io/bsstudio/bss-web-admin-backend docker tag to v2.4.39 (#410)
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.37` -> `v2.4.39` | [![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.39`](https://redirect.github.com/BSStudio/bss-web-admin-backend/releases/tag/v2.4.39) [Compare Source](https://redirect.github.com/BSStudio/bss-web-admin-backend/compare/v2.4.38...v2.4.39) ##### Performance Improvements - **deps:** update bellsoft/liberica-runtime-container:jre-25-cds-musl docker digest to [`5ac6934`](https://redirect.github.com/BSStudio/bss-web-admin-backend/commit/5ac6934) ([#&#8203;604](https://redirect.github.com/BSStudio/bss-web-admin-backend/issues/604)) ([347961b](https://redirect.github.com/BSStudio/bss-web-admin-backend/commit/347961bbd4193b792728f775e9bfb88975a513f1)) ### [`v2.4.38`](https://redirect.github.com/BSStudio/bss-web-admin-backend/releases/tag/v2.4.38) [Compare Source](https://redirect.github.com/BSStudio/bss-web-admin-backend/compare/v2.4.37...v2.4.38) ##### Performance Improvements - **deps:** update bellsoft/liberica-runtime-container:jdk-21.0.9\_11-cds-musl docker digest to [`9c1974c`](https://redirect.github.com/BSStudio/bss-web-admin-backend/commit/9c1974c) ([#&#8203;603](https://redirect.github.com/BSStudio/bss-web-admin-backend/issues/603)) ([2fa2c55](https://redirect.github.com/BSStudio/bss-web-admin-backend/commit/2fa2c55e81c72a8c76e85fa205456cb6ea2ee86b)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 436c40c commit d663653

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.37@sha256:1f4edceaf5ed9bf9151183506c62538bfbf7485c02065c351f8a9dfaa9a8b7a9
23+
image: ghcr.io/bsstudio/bss-web-admin-backend:v2.4.39@sha256:df36dd8596a77da703747db8722bda1d4600059ff475eb336a823a84669f55d8
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)