From 19afd1d16cfbebd51bb2b87480148e3a7bc6169f Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Wed, 21 Feb 2024 17:08:39 -0400 Subject: [PATCH] bump dockerfiles per renovate bot PR #219 (#224) Signed-off-by: Nick Boldt --- .rhdh/docker/Dockerfile | 4 ++-- docker/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.rhdh/docker/Dockerfile b/.rhdh/docker/Dockerfile index d4f699f0..276068e0 100644 --- a/.rhdh/docker/Dockerfile +++ b/.rhdh/docker/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. #@follow_tag(registry.redhat.io/rhel9/go-toolset:latest) -FROM registry.access.redhat.com/ubi9/go-toolset:1.20.10-6 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.20.10-11 AS builder # hadolint ignore=DL3002 USER 0 ENV GOPATH=/go/ @@ -54,7 +54,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH= # Install openssl for FIPS support #@follow_tag(registry.redhat.io/ubi9/ubi-minimal:latest) -FROM registry.access.redhat.com/ubi9-minimal:9.3-1475 AS runtime +FROM registry.access.redhat.com/ubi9-minimal:9.3-1552 AS runtime RUN microdnf update --setopt=install_weak_deps=0 -y && microdnf install -y openssl; microdnf clean -y all # Upstream sources diff --git a/docker/Dockerfile b/docker/Dockerfile index 7dd6cdb9..e667d3d6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. #@follow_tag(registry.redhat.io/rhel9/go-toolset:latest) -FROM registry.access.redhat.com/ubi9/go-toolset:1.20.10-6 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.20.10-11 AS builder # hadolint ignore=DL3002 USER 0 ENV GOPATH=/go/ @@ -54,7 +54,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH= # Install openssl for FIPS support #@follow_tag(registry.redhat.io/ubi9/ubi-minimal:latest) -FROM registry.access.redhat.com/ubi9-minimal:9.3-1475 AS runtime +FROM registry.access.redhat.com/ubi9-minimal:9.3-1552 AS runtime RUN microdnf update --setopt=install_weak_deps=0 -y && microdnf install -y openssl; microdnf clean -y all # Upstream sources