mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: update node version comment in dockerfile (#20496)
This commit is contained in:
parent
c9230c699c
commit
5dd2b1ef0c
@ -7,7 +7,7 @@ ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-focal"
|
|||||||
# === INSTALL Node.js ===
|
# === INSTALL Node.js ===
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
# Install node16
|
# Install Node 18
|
||||||
apt-get install -y curl wget gpg && \
|
apt-get install -y curl wget gpg && \
|
||||||
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
|
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||||
apt-get install -y nodejs && \
|
apt-get install -y nodejs && \
|
||||||
|
@ -7,7 +7,7 @@ ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-jammy"
|
|||||||
# === INSTALL Node.js ===
|
# === INSTALL Node.js ===
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
# Install node16
|
# Install Node 18
|
||||||
apt-get install -y curl wget gpg && \
|
apt-get install -y curl wget gpg && \
|
||||||
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
|
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||||
apt-get install -y nodejs && \
|
apt-get install -y nodejs && \
|
||||||
|
@ -7,7 +7,7 @@ ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-vrt"
|
|||||||
# === INSTALL Node.js ===
|
# === INSTALL Node.js ===
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
# Install node16
|
# Install Node 18
|
||||||
apt-get install -y curl wget gpg && \
|
apt-get install -y curl wget gpg && \
|
||||||
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
|
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||||
apt-get install -y nodejs && \
|
apt-get install -y nodejs && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user