Skip to content

Commit

Permalink
Switch PHP to 8.0 & node to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsche authored Jul 29, 2021
1 parent 9d2c5df commit fbbd8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:7.3
FROM php:8.0

RUN apt-get update && apt-get install -my wget gnupg # Fixes NodeJS key repo
RUN curl -sL http://deb.nodesource.com/setup_8.x | bash - && \
RUN curl -sL http://deb.nodesource.com/setup_14.x | bash - && \
curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
apt-get update -yqq && \
Expand Down

0 comments on commit fbbd8cf

Please sign in to comment.