Skip to content

Commit

Permalink
chore: up RC deps and docker node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Yankov committed Mar 15, 2024
1 parent 30713f1 commit 229b99c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Build
FROM node:20.8.0-alpine3.18 as build
FROM node:20.11.1-alpine3.19 as build
ENV NO_UPDATE_NOTIFIER=true

USER node
Expand All @@ -17,7 +17,7 @@ RUN npm run build


### Deployment
FROM node:20.8.0-alpine3.18 as deployment
FROM node:20.11.1-alpine3.19 as deployment

ENV NO_UPDATE_NOTIFIER=true

Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@grpc/proto-loader": "^0.7.10",
"@restorecommerce/dev": "^0.0.8",
"@restorecommerce/logger": "^1.2.8",
"@restorecommerce/dev": "^0.0.9",
"@restorecommerce/logger": "^1.2.10",
"@semantic-release-plus/docker": "^3.1.3",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.6",
Expand Down

0 comments on commit 229b99c

Please sign in to comment.