Skip to content

Commit fcbb32b

Browse files
committed
chore: bump dockerfile to go1.25
1 parent c7dcaf2 commit fcbb32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.23-alpine AS builder
2+
FROM golang:1.25-alpine AS builder
33

44
# Install git for version info
55
RUN apk add --no-cache git
@@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build \
2525
-o mcp-shell .
2626

2727
# Runtime stage
28-
FROM alpine:3.19
28+
FROM alpine:3.22
2929

3030
# Install essential packages (fixed package names for Alpine)
3131
RUN apk add --no-cache \

0 commit comments

Comments
 (0)