Skip to content

Commit 1f8aa14

Browse files
chore(deps): Bump alpine from 3.20 to 3.22
Bumps alpine from 3.20 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6b1e9b commit 1f8aa14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN CGO_ENABLED=1 go build -ldflags '-w -s' \
2121
-o discord-voice-mcp ./cmd/discord-voice-mcp
2222

2323
# Final stage
24-
FROM alpine:3.20
24+
FROM alpine:3.22
2525

2626
# Install opus runtime library (required for dynamic linking)
2727
# hadolint ignore=DL3018

Dockerfile.whisper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=1 go build -ldflags '-w -s' \
2020
-o discord-voice-mcp ./cmd/discord-voice-mcp
2121

2222
# Build stage for whisper.cpp
23-
FROM alpine:3.20 AS whisper-builder
23+
FROM alpine:3.22 AS whisper-builder
2424

2525
# Pin to a specific version for reproducible builds
2626
ARG WHISPER_CPP_VERSION=v1.7.3
@@ -40,7 +40,7 @@ RUN cmake -B build -DGGML_CCACHE=OFF . && \
4040
chmod +x build/bin/*
4141

4242
# Final stage
43-
FROM alpine:3.20
43+
FROM alpine:3.22
4444

4545
# Install runtime dependencies (including opus for dynamic linking)
4646
# hadolint ignore=DL3018

0 commit comments

Comments
 (0)