Skip to content

Commit

Permalink
chore: bump more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Oct 17, 2023
1 parent f2685b2 commit d8aa262
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .dev/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.0
FROM node:18.18.2
WORKDIR /usr/app
RUN npm install nodemon -g

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- helm chart
- now available on artifacthub
- more metadata
- upgrade the runtime version to 2.8.1
- - upgrade nodejs to 18.18.2

## 3.5.4

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.0 as builder
FROM node:18.18.2 as builder
ARG COMMIT_HASH
ARG BUILD_NUMBER
ARG PACKAGE_VERSION
Expand All @@ -13,7 +13,7 @@ COPY src src
RUN npm run build
RUN .ci/writeBuildInformation.sh

FROM node:18.18.0-alpine
FROM node:18.18.2-alpine
ENV NODE_CONFIG_ENV=prod
RUN apk add --no-cache tini
RUN apk add libcap && setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/node && apk del libcap
Expand Down
90 changes: 57 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@js-soft/node-logger": "1.1.0",
"@js-soft/ts-utils": "^2.3.1",
"@nmshd/iql": "^0.0.4",
"@nmshd/runtime": "2.8.0",
"@nmshd/runtime": "2.8.1",
"agentkeepalive": "4.5.0",
"amqplib": "^0.10.3",
"axios": "^1.5.1",
Expand All @@ -78,13 +78,13 @@
"@types/amqplib": "^0.10.2",
"@types/compression": "^1.7.3",
"@types/cors": "^2.8.14",
"@types/express": "4.17.18",
"@types/express": "4.17.19",
"@types/jest": "^29.5.5",
"@types/jest-json-schema": "^6.1.2",
"@types/json-stringify-safe": "^5.0.1",
"@types/luxon": "^3.3.2",
"@types/nconf": "^0.10.4",
"@types/node": "^20.8.3",
"@types/node": "^20.8.6",
"@types/on-headers": "^1.0.1",
"@types/swagger-ui-express": "^4.1.4",
"@types/yamljs": "^0.2.32",
Expand Down

0 comments on commit d8aa262

Please sign in to comment.