Skip to content

Commit

Permalink
Update node to version 18 (latest LTS)
Browse files Browse the repository at this point in the history
fixes #1418, fixes #1419
  • Loading branch information
defaude committed Oct 28, 2022
1 parent fd393ba commit 5bc02c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.opensource.zalan.do/library/node-14-alpine:latest
FROM registry.opensource.zalan.do/library/node-18-alpine:latest

MAINTAINER "http://zalando.github.io/"

Expand Down
2 changes: 1 addition & 1 deletion web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Zally API Linter Web UI",
"main": "src/server/index.js",
"engines": {
"node": ">=17"
"node": ">=18"
},
"scripts": {
"start": "NODE_ENV=production node server.js",
Expand Down

0 comments on commit 5bc02c4

Please sign in to comment.