Skip to content

Commit daacf7c

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

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
@@ -20,7 +20,7 @@ ARG BUILD_ARG="bootJar"
2020
RUN --mount=type=cache,target=/root/.gradle \
2121
./gradlew ${BUILD_ARG}
2222

23-
FROM bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl@sha256:b04b8775b51bcd09715f22f69af887498d29edeabdc177db4e971826cabcb3dd AS app
23+
FROM bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl@sha256:b324f8794fb0da1fa1a8098f4de262cafed203961e976461a1fd14e3da4294b9 AS app
2424
# use non-root user
2525
RUN addgroup -S spring && adduser -S spring -G spring
2626
USER spring:spring

0 commit comments

Comments
 (0)