Skip to content

Commit f8ce508

Browse files
chore(deps): bump ubuntu from 24.04 to 26.04 in /examples/proxy-validation-test (#560)
Bumps ubuntu from 24.04 to 26.04. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ubuntu&package-manager=docker&previous-version=24.04&new-version=26.04)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Example-only Docker and docs changes with no SDK runtime or production impact. > > **Overview** > Updates the **proxy-validation-test** example Docker image from **Ubuntu 24.04** to **26.04**. > > The build installs **`libjitterentropy3-dev`** alongside the existing toolchain and libraries so the image still builds on the newer base. The README no longer mentions Ubuntu 24.04 or Boost 1.81+ availability. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 8759831. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com>
1 parent 5d5e7a0 commit f8ce508

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

examples/proxy-validation-test/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:26.04
22

33
# Install dependencies
44
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
@@ -7,6 +7,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
77
ninja-build \
88
libboost-all-dev \
99
libssl-dev \
10+
libjitterentropy3-dev \
1011
libcurl4-openssl-dev \
1112
git \
1213
curl \

examples/proxy-validation-test/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ export LD_MOBILE_KEY="your-mobile-key-here"
4040
docker compose up --build
4141
```
4242

43-
**Note:** The Dockerfile uses Ubuntu 24.04 to ensure Boost 1.81+ is available.
44-
4543
## Supported Proxy Types
4644

4745
The SDK (via CURL) supports:

0 commit comments

Comments
 (0)