Skip to content

Commit 22ca738

Browse files
perf(deps): update bellsoft/liberica-runtime-container docker tag (#1262)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bellsoft/liberica-runtime-container | final | patch | `jre-25.0.2_12-cds-musl` → `jre-25.0.3_11-cds-musl` | | bellsoft/liberica-runtime-container | stage | patch | `jdk-25.0.2_12-cds-musl` → `jdk-25.0.3_11-cds-musl` | --- ### Configuration 📅 **Schedule**: (in timezone Europe/Dublin) - Branch creation - At any time (no schedule defined) - Automerge - Only on Sunday and Saturday (`* * * * 0,6`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 357612b commit 22ca738

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-25.0.2_12-cds-musl@sha256:5de722cf95d360061e0bacd47cead44e294d6b52c2eaa4ca74552ece152e3a96 AS build
1+
FROM bellsoft/liberica-runtime-container:jdk-25.0.3_11-cds-musl@sha256:37e2aaf79caa2476f778e49c2c1e9a117eec3e8a343721e8d3da450236abe508 AS build
22
WORKDIR /usr/src/app
33
# cache dependencies
44
COPY ./buildSrc/*.gradle.kts ./buildSrc/
@@ -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.2_12-cds-musl@sha256:46edbb6ef0bc230a0eb0c1a8aa8048557e8f6d890591cf1944e1017afa2faa93 AS app
26+
FROM bellsoft/liberica-runtime-container:jre-25.0.3_11-cds-musl@sha256:0f93b56b31f5044bfb0c7dbdb26d86cd107f259b76677eb44b7087e73c51880f 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)