We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2c5df commit fbbd8cfCopy full SHA for fbbd8cf
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM php:7.3
+FROM php:8.0
2
3
RUN apt-get update && apt-get install -my wget gnupg # Fixes NodeJS key repo
4
-RUN curl -sL http://deb.nodesource.com/setup_8.x | bash - && \
+RUN curl -sL http://deb.nodesource.com/setup_14.x | bash - && \
5
curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
6
echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
7
apt-get update -yqq && \
0 commit comments