mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
npm and node version on dockerfile
This commit is contained in:
parent
c1ed7a7118
commit
77b558d88b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:15.10.0-buster-slim
|
||||
FROM node:18.15.0-buster-slim
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN npm i -g npm@latest
|
||||
RUN dpkg-reconfigure -p critical dash
|
||||
RUN for i in $(seq 1001 1500); do \
|
||||
groupadd -g $i runner$i && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue