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 @@ -21,7 +21,7 @@ RUN CGO_ENABLED=1 go build -ldflags '-w -s' \
21
21
-o discord-voice-mcp ./cmd/discord-voice-mcp
22
22
23
23
# Final stage
24
- FROM alpine:3.20
24
+ FROM alpine:3.22
25
25
26
26
# Install opus runtime library (required for dynamic linking)
27
27
# hadolint ignore=DL3018
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN CGO_ENABLED=1 go build -ldflags '-w -s' \
20
20
-o discord-voice-mcp ./cmd/discord-voice-mcp
21
21
22
22
# Build stage for whisper.cpp
23
- FROM alpine:3.20 AS whisper-builder
23
+ FROM alpine:3.22 AS whisper-builder
24
24
25
25
# Pin to a specific version for reproducible builds
26
26
ARG WHISPER_CPP_VERSION=v1.7.3
@@ -40,7 +40,7 @@ RUN cmake -B build -DGGML_CCACHE=OFF . && \
40
40
chmod +x build/bin/*
41
41
42
42
# Final stage
43
- FROM alpine:3.20
43
+ FROM alpine:3.22
44
44
45
45
# Install runtime dependencies (including opus for dynamic linking)
46
46
# hadolint ignore=DL3018
You can’t perform that action at this time.
0 commit comments