Skip to content

Commit

Permalink
chore: up RC deps and docker node version, log w/o JSON stringify
Browse files Browse the repository at this point in the history
vanthome committed Jun 6, 2024
1 parent 853e2e6 commit e2f5197
Showing 5 changed files with 278 additions and 299 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:22.2.0-alpine3.20 as build
ENV NO_UPDATE_NOTIFIER=true

USER node
@@ -13,7 +13,7 @@ RUN npm run build


### Deployment
FROM node:20.8.0-alpine3.18 as deployment
FROM node:22.2.0-alpine3.20 as deployment

ENV NO_UPDATE_NOTIFIER=true

Loading

0 comments on commit e2f5197

Please sign in to comment.