We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1155af7 commit f906a7bCopy full SHA for f906a7b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.13-alpine AS build
+FROM node:24.14-alpine AS build
2
3
ARG XRAY_CORE_VERSION=v26.2.6
4
ARG UPSTREAM_REPO=XTLS
@@ -23,7 +23,7 @@ RUN echo '#!/bin/sh' > /usr/local/bin/xerrors \
23
&& chmod +x /usr/local/bin/xerrors
24
25
26
-FROM node:24.13-alpine
+FROM node:24.14-alpine
27
28
LABEL org.opencontainers.image.title="Remnawave Node"
29
LABEL org.opencontainers.image.description="Remnawave Node with built-in XRay Core"
0 commit comments