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
  • Loading branch information
vanthome committed Jun 6, 2024
1 parent b994fa2 commit d04a155
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 668 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.11.1-alpine3.19 as build
FROM node:22.2.0-alpine3.20 as build
ENV NO_UPDATE_NOTIFIER=true

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


### Deployment
FROM node:20.11.1-alpine3.19 as deployment
FROM node:22.2.0-alpine3.20 as deployment

ENV NO_UPDATE_NOTIFIER=true

Expand Down
Loading

0 comments on commit d04a155

Please sign in to comment.