From 84f113d4d70ea430ad202d8db232cf9ea87b628d Mon Sep 17 00:00:00 2001 From: renovatebot jeichler <1665338+jeichler@users.noreply.github.com> Date: Sat, 8 Jun 2024 15:23:57 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.4-949.1717074713 --- src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile index 2c96964..1c1afdf 100644 --- a/src/main/docker/Dockerfile +++ b/src/main/docker/Dockerfile @@ -12,7 +12,7 @@ COPY src /code/src RUN ./mvnw package -Pnative ## Stage 2 : create the docker final image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949.1716471857@sha256:ef6fb6b3b38ef6c85daebeabebc7ff3151b9dd1500056e6abc9c3295e4b78a51 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949.1717074713@sha256:0d6b09f233745d2fcf892cebcf1c18bbfed497f116bc8357e9db4b724d76c5a9 LABEL org.opencontainers.image.source="https://github.com/jeichler/api-endpoint" WORKDIR /work/ COPY --from=build /code/target/*-runner /work/application