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