Обновление node для поддержки флага min-release-age
This commit is contained in:
parent
9724134a61
commit
c5bf5bab50
@ -9,3 +9,5 @@ COPY apt/99ca /etc/apt/apt.conf.d/99ca
|
||||
COPY apt/debian.sources /etc/apt/sources.list.d/debian.sources
|
||||
|
||||
COPY node/npmrc /usr/local/etc/npmrc
|
||||
|
||||
RUN npm install -g npm@latest
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
registry=https://repo.nstart.local/repository/npm-group/
|
||||
strict-ssl=true
|
||||
cafile=/usr/local/share/ca-certificates/nstart.local.crt
|
||||
min-release-age=7
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user