Skip to content

Commit fbbd8cf

Browse files
authored
Switch PHP to 8.0 & node to 14
1 parent 9d2c5df commit fbbd8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM php:7.3
1+
FROM php:8.0
22

33
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 - && \
4+
RUN curl -sL http://deb.nodesource.com/setup_14.x | bash - && \
55
curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
66
echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
77
apt-get update -yqq && \

0 commit comments

Comments
 (0)