Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion examples/proxy-validation-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:26.04

# Install dependencies
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand All @@ -7,6 +7,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ninja-build \
libboost-all-dev \
libssl-dev \
libjitterentropy3-dev \
libcurl4-openssl-dev \
git \
curl \
Expand Down
2 changes: 0 additions & 2 deletions examples/proxy-validation-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export LD_MOBILE_KEY="your-mobile-key-here"
docker compose up --build
```

**Note:** The Dockerfile uses Ubuntu 24.04 to ensure Boost 1.81+ is available.

## Supported Proxy Types

The SDK (via CURL) supports:
Expand Down
Loading