Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Bump nodejs version to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Allypost committed Jan 26, 2021
1 parent 96fc936 commit 15fd8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:15-alpine

ENV APP_ROOT /web

Expand All @@ -7,6 +7,6 @@ WORKDIR ${APP_ROOT}

RUN apk update \
# Required for Vuetify's Fibers dependency
&& apk add make python3 g++
&& apk add make python2 g++

CMD ["node"]

0 comments on commit 15fd8d2

Please sign in to comment.