Skip to content

Commit

Permalink
chore: update node to 18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Oct 9, 2023
1 parent fbb298e commit e94515e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.16.0
nodejs 18.18.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16.1-slim
FROM node:18.18.0-slim

RUN apt-get update && apt-get install -y python3 build-essential

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Terraso web client is a React application that powers the frontend of the Terras
## Requirements

- Docker: Version 24.0.2
- Node: Version 18.16.0
- NPM: Version 9.8.0
- Node: Version 18.18.0
- NPM: Version 9.8.1

## Running locally with Docker

Expand Down

0 comments on commit e94515e

Please sign in to comment.