Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 0e18dfa

Browse files
chore(deps): update eclipse-temurin docker tag to v21.0.7_6-jdk-jammy (#40)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | eclipse-temurin | final | patch | `21.0.6_7-jdk-jammy` -> `21.0.7_6-jdk-jammy` | | eclipse-temurin | stage | patch | `21.0.6_7-jdk-jammy` -> `21.0.7_6-jdk-jammy` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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/dlsf/dasBlog). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Reviewed-on: https://codeberg.org/das/dasBlog/pulls/40 Co-authored-by: Ghost <> Co-committed-by: Ghost <>
1 parent 107413c commit 0e18dfa

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,9 +1,9 @@
1-
FROM eclipse-temurin:21.0.6_7-jdk-jammy as build
1+
FROM eclipse-temurin:21.0.7_6-jdk-jammy as build
22

33
COPY . .
44
RUN ./gradlew installDist --no-daemon
55

6-
FROM eclipse-temurin:21.0.6_7-jdk-jammy as runtime
6+
FROM eclipse-temurin:21.0.7_6-jdk-jammy as runtime
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)