Skip to content

Commit 5f4b347

Browse files
committed
chore: up to second beta version of node 18
1 parent 623ad0f commit 5f4b347

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM node:16.13.1-slim
1+
FROM node:18.12.1-slim
22

3-
ENV LERNA_VERSION 4.0.0
3+
ENV LERNA_VERSION 6
44

55
ENV NPM_CONFIG_LOGLEVEL warn
66
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
77
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD true
88

99
# base services
1010
RUN apt-get update &&\
11-
apt-get install -yq wget gnupg openssl ranger vim neovim curl python-dev python-pip git jq
11+
apt-get install -yq wget gnupg openssl ranger vim neovim curl python-dev python3-pip git jq
1212

1313
# node-canvas
1414
RUN apt-get update &&\

0 commit comments

Comments
 (0)