Skip to content

Commit 7e5e22c

Browse files
committed
nodejs 16
1 parent a8f4689 commit 7e5e22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends curl gnupg git
1515
RUN apt-get install -y software-properties-common && add-apt-repository -y ppa:ondrej/php
1616
RUN apt-get update && apt-get install -y --no-install-recommends php8.1 php8.1-curl php8.1-iconv php8.1-mbstring php8.1-bcmath php8.1-gmp
1717
# Node
18-
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
18+
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
1919
RUN apt-get update && apt-get install -y nodejs
2020
# Python 3
2121
RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip

0 commit comments

Comments
 (0)