Skip to content

Commit 13c5873

Browse files
authored
Fix cves (#2085)
1 parent 6c65f92 commit 13c5873

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN apt-get update \
7474
&& dpkg --add-architecture arm64 \
7575
&& pip3 install --no-cache-dir --upgrade pip \
7676
&& apt-get install -y --no-install-recommends git ssh curl libcairo2 apt-transport-https gnupg2 \
77-
&& apt-get install -y --no-install-recommends libexpat1 libc6 libc-bin \
77+
&& apt-get install -y --no-install-recommends libexpat1 libc6 libc-bin libcap2 \
7878
&& rm -rf /var/lib/apt/lists/*
7979

8080

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ requests = "^2.32.3"
7474
certifi = ">=2026.4.22"
7575
regex = "2024.5.15"
7676
pyjwt = "^2.12.0"
77-
urllib3 = "^2.6.3"
77+
urllib3 = "^2.7.0"
7878
httpx = "0.27.2"
7979
postgrest = "0.16.8"
8080
# Pin to fix cve https://github.com/robusta-dev/robusta/security/dependabot/85

0 commit comments

Comments
 (0)