From 0d14806b1ecd870e7fb56f6200f44fb01b60ec67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:08:00 -0500 Subject: [PATCH] Bump ubi9/ubi from 9.4-1214.1726694543 to 9.4-1214.1729773476 (#219) Bumps ubi9/ubi from 9.4-1214.1726694543 to 9.4-1214.1729773476. --- 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 97ac1a5..91023ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543@sha256:b00d5990a00937bd1ef7f44547af6c7fd36e3fd410e2c89b5d2dfc1aff69fe99 AS builder +FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476@sha256:ee0b908e958a1822afc57e5d386d1ea128eebe492cb2e01b6903ee19c133ea75 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 e72cd31..1d9946b 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 AS builder +FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 AS builder ARG OCT_LOCAL_FOLDER ENV OCT_FOLDER=/usr/oct