Skip to content

Commit 6437469

Browse files
Update dockerfile template base images (#5058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46a1b1f commit 6437469

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/thv/app/inspector/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ package inspector
77
// Image specifies the image to use for the inspector command.
88
// TODO: This could probably be a flag with a sensible default
99
// Pinning to a specific version for stability.
10-
var Image = "ghcr.io/modelcontextprotocol/inspector:0.21.1"
10+
var Image = "ghcr.io/modelcontextprotocol/inspector:0.21.2"

pkg/container/templates/go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN package="{{.MCPPackage}}"; \
7474
{{end}}
7575

7676
# Final stage - minimal runtime image
77-
FROM index.docker.io/library/alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
77+
FROM index.docker.io/library/alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
7878

7979
{{if .CACertContent}}
8080
# Add custom CA certificate for runtime

0 commit comments

Comments
 (0)