feat(assist): upgraded node version for docker
This commit is contained in:
parent
68c5d986fe
commit
6ec7fe64a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ARCH can be amd64 or arm64
|
||||
ARG ARCH=amd64
|
||||
|
||||
FROM --platform=linux/$ARCH node:20-alpine
|
||||
FROM --platform=linux/$ARCH node:23-alpine
|
||||
LABEL Maintainer="KRAIEM Taha Yassine<tahayk2@gmail.com>"
|
||||
RUN apk add --no-cache tini git libc6-compat
|
||||
# && ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue