Skip to content

Commit d66b152

Browse files
chore(java8-dep): update ghcr.io/trueforge-org/java8:8 docker digest digest to 35c7457 (#2591)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/trueforge-org/java8](https://ghcr.io/trueforge-org/java8) ([source](https://redirect.github.com/adoptium/temurin17)) | final | digest | `6d84725` → `35c7457` | | [ghcr.io/trueforge-org/java8](https://ghcr.io/trueforge-org/java8) ([source](https://redirect.github.com/adoptium/temurin17)) | stage | digest | `6d84725` → `35c7457` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcHAvaGFicmlkZ2UiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
1 parent b89bbd0 commit d66b152

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/davos/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/trueforge-org/java8:8@sha256:6d8472529a92eb71469a842e6c95a6075c5c36abc2c2dd63411fe155c1b7f4ab AS buildstage
1+
FROM ghcr.io/trueforge-org/java8:8@sha256:35c7457a22c876a10490b41aa83289a7b719b0d05ff08d53e1e8079a7cfc1374 AS buildstage
22
USER root
33
ARG VERSION
44
ARG TARGETARCH
@@ -18,7 +18,7 @@ RUN \
1818
cp build/libs/*.jar /davos.jar && \
1919
chmod 755 /davos.jar
2020

21-
FROM ghcr.io/trueforge-org/java8:8@sha256:6d8472529a92eb71469a842e6c95a6075c5c36abc2c2dd63411fe155c1b7f4ab
21+
FROM ghcr.io/trueforge-org/java8:8@sha256:35c7457a22c876a10490b41aa83289a7b719b0d05ff08d53e1e8079a7cfc1374
2222

2323
# set version label
2424
ARG VERSION

apps/habridge/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/trueforge-org/java8:8@sha256:6d8472529a92eb71469a842e6c95a6075c5c36abc2c2dd63411fe155c1b7f4ab
1+
FROM ghcr.io/trueforge-org/java8:8@sha256:35c7457a22c876a10490b41aa83289a7b719b0d05ff08d53e1e8079a7cfc1374
22

33
# set version label
44
ARG VERSION

0 commit comments

Comments
 (0)