From 2eaea350b5ba100f7a8baf4ef07213bbd8e285f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:14:50 -0500 Subject: [PATCH] chore(deps): update openjdk docker tag to v21 (#357) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | openjdk | final | major | `17.0.2` -> `21` | --- ### 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/apollographql/federation-jvm). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- compatibility/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatibility/Dockerfile b/compatibility/Dockerfile index 65a9f66a..f2213a67 100644 --- a/compatibility/Dockerfile +++ b/compatibility/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:17.0.2 +FROM openjdk:21 EXPOSE 4001 RUN mkdir /app