Skip to content

Commit ec88ef8

Browse files
perf(deps): update all digest updates (#947)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bellsoft/liberica-runtime-container | final | digest | `67bd5da` -> `c608a52` | | bellsoft/liberica-runtime-container | stage | digest | `20febc3` -> `6e54bc9` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2530d16 commit ec88ef8

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:20febc3d8a52d535b6f1688e88dac5575d79280191a699828767135481b69401 AS build
1+
FROM bellsoft/liberica-runtime-container:jdk-21.0.9_12-crac-cds-musl@sha256:6e54bc903b91dfbc0ddf036bae90f1209f87320b09ecf7c68359ec21665b48ef 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:67bd5da45bfceacc89d642ad38771fbfbe44c00ea73e90ec646e417df8d940e5 AS app
23+
FROM bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl@sha256:c608a522fbd0937733e5d97f9b4749e76955fa56087707a48e90bf30ff31d132 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)