Skip to content

Commit fbe4b21

Browse files
perf(deps): update all digest updates (#901)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bellsoft/liberica-runtime-container | final | digest | `d02bbc8` -> `3a869dc` | | bellsoft/liberica-runtime-container | stage | digest | `2887974` -> `584f97e` | --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db48dde commit fbe4b21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bellsoft/liberica-runtime-container:jdk-21.0.9_12-crac-cds-musl@sha256:28879749f5981883858d1d5a1413a070b082d8c78e55a204b9f2df66ab9f1dfe AS build
1+
FROM bellsoft/liberica-runtime-container:jdk-21.0.9_12-crac-cds-musl@sha256:584f97e51651f564798c1b4520fcf86c5939cc708dae2f99e7c14cb9afbbc8f7 AS build
22
WORKDIR /usr/src/app
33
# cache dependencies
44
COPY ./buildSrc/*.gradle.kts ./buildSrc/
@@ -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:d02bbc8a59d56de8215f5ee292d8d10110b3c38bd3562aff66643caca1aa0996 AS app
23+
FROM bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl@sha256:3a869dcede5223ad14cbb02fad6a34281ee30585468b94ad5ec66c593addc21a 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)