Skip to content

Commit e6597f4

Browse files
committed
Updated Containerfile
1 parent 410390c commit e6597f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9-minimal:9.6-1752069876
1+
FROM registry.access.redhat.com/ubi9-minimal:9.6-1752587672
22
LABEL maintainer="Mihai Criveti" \
33
name="mcp/mcpgateway" \
44
version="0.3.1" \

Containerfile.lite

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ ARG PYTHON_VERSION=3.11
2626
###########################
2727
# Base image for copying into scratch
2828
###########################
29-
FROM registry.access.redhat.com/ubi9/ubi-micro:9.6-1751962311 AS base
29+
FROM registry.access.redhat.com/ubi9/ubi-micro:9.6-1752751762 AS base
3030

3131
###########################
3232
# Builder stage
3333
###########################
34-
FROM registry.access.redhat.com/ubi9/ubi:9.6-1751897624 AS builder
34+
FROM registry.access.redhat.com/ubi9/ubi:9.6-1752625787 AS builder
3535
SHELL ["/bin/bash", "-c"]
3636

3737
ARG PYTHON_VERSION

0 commit comments

Comments
 (0)