Skip to content

Commit

Permalink
chore: bumped base node version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 18, 2024
1 parent d8e8447 commit f88f047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&\
Expand Down

0 comments on commit f88f047

Please sign in to comment.