From 1182193c7d9216caaff6b01c28309e606e84125c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petra=20C=CC=8Ci=CC=81halova=CC=81?= Date: Tue, 6 Feb 2024 20:41:51 +0100 Subject: [PATCH] base image upgrade --- Dockerfile | 2 +- nginx/Dockerfile | 2 +- nginx/Dockerfile-prometheus | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c5da37..9eaaa47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706795067 WORKDIR /usr/src/app diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 16f3165..10f979a 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706795067 # support running as an arbitrary user which belongs to the root group RUN microdnf module enable nginx:1.22 && \ diff --git a/nginx/Dockerfile-prometheus b/nginx/Dockerfile-prometheus index 04a44fd..1280bcd 100644 --- a/nginx/Dockerfile-prometheus +++ b/nginx/Dockerfile-prometheus @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706795067 USER root