File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9-minimal:9.6-1747218906
1
+ FROM registry.access.redhat.com/ubi9-minimal:9.6-1749489516
2
2
LABEL maintainer="Mihai Criveti" \
3
3
name="mcp/mcpgateway" \
4
4
version="0.1.0" \
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ ARG PYTHON_VERSION=3.11 # Python major.minor series to track
24
24
###########################
25
25
# Base image for copying into scratch
26
26
###########################
27
- FROM registry.access.redhat.com/ubi9/ubi-micro:9.6-1747318857 AS base
27
+ FROM registry.access.redhat.com/ubi9/ubi-micro:9.6-1749632992 AS base
28
28
29
29
###########################
30
30
# Builder stage
31
31
###########################
32
- FROM registry.access.redhat.com/ubi9/ubi:9.6-1747219013 AS builder
32
+ FROM registry.access.redhat.com/ubi9/ubi:9.6-1749542372 AS builder
33
33
SHELL ["/bin/bash", "-c"]
34
34
35
35
ARG PYTHON_VERSION
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def _extract_base_url(url: str) -> str:
94
94
raise ValueError (f"Invalid URL provided: { url } " )
95
95
96
96
if "/servers/" in url :
97
- before_servers = parsed .path .split (' /servers' )[0 ]
97
+ before_servers = parsed .path .split (" /servers" )[0 ]
98
98
return f"{ parsed .scheme } ://{ parsed .netloc } { before_servers } "
99
99
100
100
return f"{ url } "
You can’t perform that action at this time.
0 commit comments