Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ee/query-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use a minimal alpine image
FROM alpine:3.20.3
FROM alpine:3.21.5

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Inconsistent Alpine versions between EE and non-EE

The Alpine upgrade to 3.21.5 only applies to the EE Dockerfile, while pkg/query-service/Dockerfile remains at Alpine 3.20.3. This creates an inconsistent security posture where the non-EE version still contains the CVE vulnerabilities this PR intends to fix, leaving one variant of the query service unpatched.

Fix in Cursor Fix in Web


# Add Maintainer Info
LABEL maintainer="signoz"
Expand Down
Loading