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 1704988 commit 5722d81
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 106 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 @@ -13,7 +13,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
192 changes: 96 additions & 96 deletions package-lock.json

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

Loading

0 comments on commit 5722d81

Please sign in to comment.