Skip to content

Commit fc95997

Browse files
perf(deps): update bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl docker digest to 5ac6934 (#1013)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bellsoft/liberica-runtime-container | final | digest | `964ab76` -> `5ac6934` | --- ### 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/robonaut-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 548b552 commit fc95997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG BUILD_ARG="bootJar"
2323
RUN --mount=type=cache,target=/root/.gradle \
2424
./gradlew ${BUILD_ARG}
2525

26-
FROM bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl@sha256:964ab76e0affd0994c6058cf9bcf30d150c9c7624a8382c87cbf63b99ed5a884 AS app
26+
FROM bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl@sha256:5ac69342fe674891c7381aae9d47c2849a18b321736350084775b481644586d5 AS app
2727
# use non-root user
2828
RUN addgroup -S spring && adduser -S spring -G spring
2929
USER spring:spring

0 commit comments

Comments
 (0)