From 1812bfc291cd19f6658dbfd1817d41008e4fc5c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:56:06 +0100 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.9-1108.1706691034 (#210) 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 | |---|---|---|---| | registry.access.redhat.com/ubi8/ubi-minimal | final | patch | `8.9-1108.1705420507` -> `8.9-1108.1706691034` | --- ### 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/agile-lab-dev/whitefox). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- server/app/src/main/docker/Dockerfile.native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/src/main/docker/Dockerfile.native b/server/app/src/main/docker/Dockerfile.native index eff447c7f..b8eace16f 100644 --- a/server/app/src/main/docker/Dockerfile.native +++ b/server/app/src/main/docker/Dockerfile.native @@ -14,7 +14,7 @@ # docker run -i --rm -p 8080:8080 quarkus/whitefox # ### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1705420507 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706691034 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \