File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9-minimal:9.6-1752069876
1
+ FROM registry.access.redhat.com/ubi9-minimal:9.6-1752587672
2
2
LABEL maintainer="Mihai Criveti" \
3
3
name="mcp/mcpgateway" \
4
4
version="0.3.1" \
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ ARG PYTHON_VERSION=3.11
26
26
###########################
27
27
# Base image for copying into scratch
28
28
###########################
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
30
30
31
31
###########################
32
32
# Builder stage
33
33
###########################
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
35
35
SHELL ["/bin/bash", "-c"]
36
36
37
37
ARG PYTHON_VERSION
You can’t perform that action at this time.
0 commit comments