Skip to content

Commit f906a7b

Browse files
committed
chore: update Node.js version in Dockerfile from 24.13-alpine to 24.14-alpine
1 parent 1155af7 commit f906a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.13-alpine AS build
1+
FROM node:24.14-alpine AS build
22

33
ARG XRAY_CORE_VERSION=v26.2.6
44
ARG UPSTREAM_REPO=XTLS
@@ -23,7 +23,7 @@ RUN echo '#!/bin/sh' > /usr/local/bin/xerrors \
2323
&& chmod +x /usr/local/bin/xerrors
2424

2525

26-
FROM node:24.13-alpine
26+
FROM node:24.14-alpine
2727

2828
LABEL org.opencontainers.image.title="Remnawave Node"
2929
LABEL org.opencontainers.image.description="Remnawave Node with built-in XRay Core"

0 commit comments

Comments
 (0)