Skip to content

Commit

Permalink
SFIVALT-6183: Updated dependencies and node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomperi committed Sep 20, 2023
1 parent bc4f7bc commit 4c59946
Show file tree
Hide file tree
Showing 5 changed files with 681 additions and 1,024 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:15.12-alpine
FROM node:18-alpine

ENV deploy_dir /data00/deploy/
RUN mkdir -p ${deploy_dir}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# roles-auths-web-api-node-client

Client for Asiointivaltuudet Web API made with Node.js.
Client for Suomi.fi-Valtuudet Web API made with Node.js.

How to run
----------
Save your id and secrets to /config.json. Set also other properties.
Save your id and secrets to ./config.json. Set also other properties.

```
{
Expand Down
Loading

0 comments on commit 4c59946

Please sign in to comment.