From 7bcf15f519eecd2c918d33bdb4f8731a7dd5167c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 20:09:12 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.6-985 (#222) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- github-bot/src/main/docker/Dockerfile.native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-bot/src/main/docker/Dockerfile.native b/github-bot/src/main/docker/Dockerfile.native index 7e48695a0..c2b5b4d4a 100644 --- a/github-bot/src/main/docker/Dockerfile.native +++ b/github-bot/src/main/docker/Dockerfile.native @@ -14,7 +14,7 @@ # docker run -i --rm -p 8080:8080 quarkus/laughing_train # ### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-941 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-985 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \