Skip to content

Commit

Permalink
Upgraded kafka version and docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Osenov authored and G3ralt committed Dec 15, 2023
1 parent 209c0d2 commit ded0f89
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false
"singleQuote": false,
"endOfLine": "crlf"
}
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.8-alpine
FROM node:21.4-alpine

MAINTAINER devicehive

Expand All @@ -10,6 +10,7 @@ LABEL org.label-schema.url="https://devicehive.com" \

ENV WORK_DIR=/usr/src/app/
ENV CONF_DIR=/usr/src/app/conf
ENV PROXY.APP_LOG_LEVEL="debug"
RUN mkdir -p ${WORK_DIR} \
&& mkdir -p ${CONF_DIR} \
&& cd ${WORK_DIR}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fifo": "^2.4.1",
"json-evn-configurator": "^1.0.6",
"jsonwebtoken": "^8.5.1",
"kafkajs": "^2.1.0",
"kafkajs": "^2.2.4",
"lodash": "^4.17.21",
"object-sizeof": "^1.6.3",
"shortid": "^2.2.16",
Expand Down
6 changes: 2 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
}

0 comments on commit ded0f89

Please sign in to comment.