Skip to content

Commit

Permalink
Dockerfile.simple-pt-example - upgrade node to version 18
Browse files Browse the repository at this point in the history
Version 12 is ancient. Version 18 also works just fine.
Fix one type in the README.md.
  • Loading branch information
JanneKiiskila committed Jan 12, 2024
1 parent 3f53c27 commit fe93533
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## Release 0.21.1

* Update mbed-edge submodule to 0.21.1.
* Dockerfile.pt-example takes into account now the case where build or build-debug exists in work area.
* Update `mbed-edge` submodule to 0.21.1.
* `Dockerfile.pt-example` takes into account now the case where build or build-debug exists in work area.
* `Dockerfile.simpe-pt-example` base image upgraded to `node:alpine3.18.`

## Release 0.21.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.simple-pt-example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.22.1-alpine3.12
FROM node:alpine3.18

WORKDIR /usr/src/app/simple-js-examples

Expand Down
2 changes: 1 addition & 1 deletion simple-js-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Fixed values for the example:
from [Device Management Portal](https://portal.mbedcloud.com)
1. Run this example and connect to Edge.
```bash
nodejs simple-pt-example.js
node simple-pt-example.js
```
Or, using docker
```
Expand Down

0 comments on commit fe93533

Please sign in to comment.