Upgrade nodejs to 18.16.0

This commit is contained in:
Sambo Chea 2023-05-08 19:46:43 +07:00
parent 8c7b00f746
commit bc79a96076
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -4,8 +4,8 @@ LABEL maintainer="sombochea@cubetiqs.com"
# Build with root access
USER root
ENV NODE_VERSION 18.15.0
ENV NODE_SHA256 6c53e3e6a592dc8b304632b63d616978a06d9daad3157f063deabee8245e1541
ENV NODE_VERSION 18.16.0
ENV NODE_SHA256 d093ef223708a6702db1dc591911f3b23481cb55a337df3adf80b6effaba90b2
ENV USER_UID 1001
RUN addgroup -g ${USER_UID} node \