Skip to content

Commit

Permalink
build(docker): nodejs 16 move
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Jan 28, 2023
1 parent 081e1c4 commit 9c1825d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commit messaging follow the format

### Build Requirements
To setup your work environment you'll need to use
* [NodeJS version 14+](https://nodejs.org/)
* [NodeJS version 16+](https://nodejs.org/)
* [Yarn 1.22+](https://yarnpkg.com)
* And if you plan on making container contributions you may want to setup
- [Docker](https://docs.docker.com/engine/installation/) or
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:16-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a delay to see how your codebase will handle loading scenarios with a balls slow

## Requirements
The basic requirements:
* [NodeJS version 14+](https://nodejs.org/)
* [NodeJS version 16+](https://nodejs.org/)
* Optionally your system could be running
- [Yarn 1.22+](https://yarnpkg.com), otherwise NPM should be adequate.
- [Docker](https://docs.docker.com/engine/installation/)
Expand Down

0 comments on commit 9c1825d

Please sign in to comment.