From 16a47f0b9a16862f7f987ff27a58cdae6d9e4dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 01:17:28 +0200 Subject: [PATCH] Bump ubi9/ubi from 9.3-1552 to 9.3-1610 (#97) Bumps ubi9/ubi from 9.3-1552 to 9.3-1610. --- updated-dependencies: - dependency-name: ubi9/ubi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57f6ae6..d5ce96a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.3-1552 AS builder +FROM registry.access.redhat.com/ubi9/ubi:9.3-1610 AS builder ARG OCT_REPO=github.com/test-network-function/oct.git ARG TOKEN ENV OCT_FOLDER=/usr/oct diff --git a/Dockerfile.local b/Dockerfile.local index e7cf61e..1cd2ff4 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.3-1552 AS builder +FROM registry.access.redhat.com/ubi9/ubi:9.3-1610 AS builder ARG OCT_LOCAL_FOLDER ENV OCT_FOLDER=/usr/oct