Skip to content

Commit b3e170c

Browse files
perf(deps): update bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl docker digest to 65a84db (#1072)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bellsoft/liberica-runtime-container | final | digest | `ab916d8` → `65a84db` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91eabed commit b3e170c

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:ab916d81e1d20b84cd036ef1337bc1720ee33e7d5189013c3a9c61d6438d519e AS app
26+
FROM bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl@sha256:65a84db7664cd3a54cd15054d5c910309b41fcf79be36d4814110a16b3336b8e 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)