update node

main
ycz008 2023-09-08 14:30:22 +08:00
parent 1191203aef
commit 1b220143f7
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
FROM node:16.17.1
LABEL smallkoudai <smallkoudai@gmail.com>
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl async && \
rm -rf /var/lib/apt/lists/ && \
git config --global --add safe.directory '*'

View File

@ -1,6 +1,6 @@
FROM node:18.17.1
LABEL ycz008 <ycz008@seethingx.com>
LABEL smallkoudai <smallkoudai@gmail.com>
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl && \