Skip to content

Commit 02f2e79

Browse files
fix: upgrade vllm CPU build from v0.15.0 to v0.15.1 (#294)
Addresses CVE-2025-69223 (aiohttp) and CVE-2026-0994 (protobuf) patched in the v0.15.1 security release of vllm. Closes #284 Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3997882 commit 02f2e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/Dockerfile.launcher.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Supports both arm64 and amd64 architectures
33

44
ARG TARGETARCH
5-
ARG VLLM_VERSION=v0.15.0
5+
ARG VLLM_VERSION=v0.15.1
66

77
# Define base images for each architecture
88
FROM public.ecr.aws/q9t5s3a7/vllm-arm64-cpu-release-repo:${VLLM_VERSION} AS base-arm64

docs/upstream-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
| **k8s.io/client-go** | `v0.34.0` | tag | `go.mod` line 9 | [kubernetes/client-go](https://github.com/kubernetes/client-go) |
1414
| **sigs.k8s.io/controller-runtime** | `v0.22.1` | tag | `go.mod` line 12 | [kubernetes-sigs/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) |
1515
| **vllm/vllm-openai** | `v0.10.2` | tag | `cmd/requester/README.md` | [vllm-project/vllm](https://github.com/vllm-project/vllm) |
16-
| **vllm (CPU build)** | `v0.15.0` | tag | `dockerfiles/Dockerfile.launcher.cpu` | [vllm-project/vllm](https://github.com/vllm-project/vllm) |
16+
| **vllm (CPU build)** | `v0.15.1` | tag | `dockerfiles/Dockerfile.launcher.cpu` | [vllm-project/vllm](https://github.com/vllm-project/vllm) |
1717
| **nvidia/cuda** | `12.8.0-base-ubuntu22.04` | tag | `dockerfiles/Dockerfile.requester` | [NVIDIA CUDA](https://hub.docker.com/r/nvidia/cuda) |

0 commit comments

Comments
 (0)