Skip to content

Commit

Permalink
fix(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 6, 2024
1 parent 8e4f943 commit b034cec
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 1,120 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:22.2.0-alpine3.20 as build
FROM node:22.2.0-alpine3.20 AS build
ENV NO_UPDATE_NOTIFIER=true

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


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

ENV NO_UPDATE_NOTIFIER=true

Expand Down
Loading

0 comments on commit b034cec

Please sign in to comment.