Skip to content

Commit

Permalink
feedback: Use lts-alpine base and 16.15.1
Browse files Browse the repository at this point in the history
This is feedback from another PR, specifically:
- dr4fters#1622 (comment)
- dr4fters#1622 (comment)
  • Loading branch information
keeler committed Jun 2, 2022
1 parent 5e4c63c commit efff286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.0
16.15.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.15.0-alpine
FROM node:lts-alpine

ARG VERSION_INFO=noVersion

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@
"webpack-cli": "^4.9.2"
},
"engines": {
"node": "^16.15.0"
"node": "^16.15.1"
}
}

0 comments on commit efff286

Please sign in to comment.