update node
parent
1191203aef
commit
1b220143f7
|
@ -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 '*'
|
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue