Skip to content

Commit 1cadc70

Browse files
chore(deps): update eclipse-temurin docker tag to v25.0.2_10-jre-alpine (#662)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | eclipse-temurin | final | patch | `25.0.1_8-jre-alpine` → `25.0.2_10-jre-alpine` | | eclipse-temurin | stage | patch | `25.0.1_8-jre-alpine` → `25.0.2_10-jre-alpine` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/jgiovaresco/apim-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e64c35 commit 1cadc70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app-quarkus/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# accessed directly. (example: "foo.example.com,bar.example.com")
5858
#
5959
###
60-
FROM eclipse-temurin:25.0.1_8-jre-alpine AS builder
60+
FROM eclipse-temurin:25.0.2_10-jre-alpine AS builder
6161

6262
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
6363

@@ -81,7 +81,7 @@ COPY --chown=guest:users ./*.jar /quarkus-app/
8181
COPY --chown=guest:users ./lib/ /quarkus-app/lib/
8282
COPY --chown=guest:users ./app/ /quarkus-app/app/
8383

84-
FROM eclipse-temurin:25.0.1_8-jre-alpine
84+
FROM eclipse-temurin:25.0.2_10-jre-alpine
8585

8686
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
8787

0 commit comments

Comments
 (0)