Skip to content

Commit 16f963d

Browse files
perf(deps): update all digest updates (#646)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bellsoft/liberica-runtime-container | final | digest | `65a84db` → `d1f3ff1` | | bellsoft/liberica-runtime-container | stage | digest | `7d60690` → `6716168` | --- ### 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/bss-web-admin-backend). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b89d272 commit 16f963d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.1_11-cds-musl@sha256:7d60690fd2ab2055b09c852c8c6beb2738543d8fa9c6a3c0398d49fe0439190d AS build
1+
FROM bellsoft/liberica-runtime-container:jdk-25.0.1_11-cds-musl@sha256:671616866b9087f45e2bf465e66bbb487cfc72766f95e216383bb7acb740fdf1 AS build
22
WORKDIR /usr/src/app
33
# cache dependencies
44
COPY ./buildSrc/*.gradle.kts ./buildSrc/
@@ -26,7 +26,7 @@ ARG BUILD_ARG="bootJar"
2626
RUN --mount=type=cache,target=/root/.gradle \
2727
./gradlew ${BUILD_ARG}
2828

29-
FROM bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl@sha256:65a84db7664cd3a54cd15054d5c910309b41fcf79be36d4814110a16b3336b8e AS app
29+
FROM bellsoft/liberica-runtime-container:jre-25.0.1_11-cds-musl@sha256:d1f3ff1d65c5f34e9f19280a9285ef3ef8f9da7506f5a68b11bca9bdbace921b AS app
3030
# use non-root user
3131
RUN addgroup -S spring && adduser -S spring -G spring
3232
USER spring:spring

0 commit comments

Comments
 (0)