We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dcaf2 commit fcbb32bCopy full SHA for fcbb32b
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM golang:1.23-alpine AS builder
+FROM golang:1.25-alpine AS builder
3
4
# Install git for version info
5
RUN apk add --no-cache git
@@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build \
25
-o mcp-shell .
26
27
# Runtime stage
28
-FROM alpine:3.19
+FROM alpine:3.22
29
30
# Install essential packages (fixed package names for Alpine)
31
RUN apk add --no-cache \
0 commit comments