Skip to content

Commit

Permalink
Upgrade timgen Node.js from 16 to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Dec 23, 2024
1 parent 5ca1ff2 commit c93ef1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions doc/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
| [firefox](https://www.mozilla.org/firefox/) | 95+ | MPL | Dockerfile | prod | bin | for client-side map rendering and integration testing |
| [firefox-geckodriver](https://www.ubuntuupdates.org/package/ubuntu_mozilla_security/bionic/main/base/firefox-geckodriver) | 95+ | MPL | Dockerfile | prod | bin | for client-side map rendering and integration testing |
| [pipenv](https://pypi.org/project/pipenv/) | 2024.4.0 | MIT | Dockerfile | prod | bin | to install Python dependencies |
| [node.js](https://nodejs.org/) | 22 | MIT | client/docker/Dockerfile | prod | bin | to run Layman Test Client |
| [node.js](https://nodejs.org/) | 16 | MIT | timgen/Dockerfile | prod | bin | to run Timgen |
| [node.js](https://nodejs.org/) | 22 | MIT | client/docker/Dockerfile | prod | bin | to run Layman Test Client and Timgen |
| [npm](https://www.npmjs.com/get-npm) | 10 | Artistic License 2.0 | client/docker/Dockerfile | prod | bin | to install node.js dependencies |
| [gunicorn](https://gunicorn.org/) | 22 | MIT | requirements.production.txt | opt | bin | as Flask production server |
| [nginx](http://nginx.org/) | 1.16 | BSD 2-Clause | docker-compose.yml | opt | bin | as production server |
Expand Down
2 changes: 1 addition & 1 deletion timgen/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v22
2 changes: 1 addition & 1 deletion timgen/Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:22-alpine

RUN mkdir /code
WORKDIR /code
Expand Down

0 comments on commit c93ef1f

Please sign in to comment.