Skip to content

Commit 2bf28c6

Browse files
chore(deps): update all digest updates (#1125)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bellsoft/liberica-runtime-container | final | digest | `5c1aeff` → `7826c90` | | bellsoft/liberica-runtime-container | stage | digest | `7ecdb3b` → `7b9dda3` | | rabbitmq | | digest | `ffb3b67` → `9651ce9` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4zMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMzIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8dd029d commit 2bf28c6

2 files changed

Lines changed: 3 additions & 3 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:7ecdb3b0dc3165afcc4e707b20bcd3ca27842cb165421b08a3fd4049ba5ba93f AS build
1+
FROM bellsoft/liberica-runtime-container:jdk-25.0.2_12-cds-musl@sha256:7b9dda3f68121e534a7aeaa45923cdc301ba3f35a4084553e9ceb17afc118c66 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:5c1aeff45436d0798b1acf68f20f7bc8adface4e82d162ce01aa22684dd9fe7b AS app
26+
FROM bellsoft/liberica-runtime-container:jre-25.0.2_12-cds-musl@sha256:7826c90ae427c9c36b1c2606caaa027d02aa3354dde3a8b8a34ecee83454e3d3 AS app
2727
# use non-root user
2828
RUN addgroup -S spring && adduser -S spring -G spring
2929
USER spring:spring

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
retries: 5
1717
start_period: 40s
1818
rabbitmq:
19-
image: "rabbitmq:4.2.4-management-alpine@sha256:ffb3b678cb5325932abdaf195eedff89003d901e44eae811f1272add969af295"
19+
image: "rabbitmq:4.2.4-management-alpine@sha256:9651ce95332b3774065981d2a65e26edf259dd7a1bea387712e73095a1cec185"
2020
ports:
2121
- "127.0.0.1:5672:5672"
2222
- "127.0.0.1:15672:15672"

0 commit comments

Comments
 (0)