diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e407c6..1b2f5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* +* Bumped base nodejs version in `Dockerfile` to 18 ### Fixed diff --git a/Dockerfile b/Dockerfile index 33d9a0e..e7eb193 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ADD views /app/views WORKDIR /app -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs g++ ghostscript inkscape RUN npm install RUN wget https://sourceforge.net/projects/pstoedit/files/pstoedit/3.75/pstoedit-3.75.tar.gz/download &&\