Skip to content

Commit 64a4af3

Browse files
committed
chore: upgrade Xray and @remnawave/xtls-sdk to latest versions
- Update Xray to v25.2.21 in Dockerfile - Bump @remnawave/xtls-sdk from 0.1.5 to 0.2.0
1 parent 389299b commit 64a4af3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apk add --no-cache \
2020
unzip \
2121
bash \
2222
supervisor \
23-
&& curl -L https://raw.githubusercontent.com/remnawave/scripts/main/scripts/install-latest-xray.sh | bash -s -- v24.12.18 \
23+
&& curl -L https://raw.githubusercontent.com/remnawave/scripts/main/scripts/install-latest-xray.sh | bash -s -- v25.2.21 \
2424
&& apk del curl
2525

2626
COPY supervisord.conf /etc/supervisord.conf

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@nestjs/jwt": "11.0.0",
3434
"@nestjs/passport": "11.0.5",
3535
"@nestjs/platform-express": "11.0.10",
36-
"@remnawave/xtls-sdk": "0.1.5",
36+
"@remnawave/xtls-sdk": "0.2.0",
3737
"@remnawave/xtls-sdk-nestjs": "0.2.2",
3838
"enhanced-ms": "^3.0.0",
3939
"helmet": "^7.1.0",

src/modules/xray-core/xray.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class XrayService implements OnApplicationBootstrap, OnModuleInit {
5050
this.systemStats = await getSystemStats();
5151
this.logger.log(`${JSON.stringify(this.systemStats)}`);
5252
} catch (error) {
53-
this.logger.error(`Failed to get system stats: ${error}`);
53+
this.logger.error(`Failed to get node hardware info: ${error}`);
5454
}
5555

5656
this.isXrayOnline = false;

0 commit comments

Comments
 (0)