Skip to content

Commit

Permalink
fix(deps): update server
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent 767fe87 commit 7e9c7eb
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 173 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN npm run build
RUN npm prune --omit=dev --omit=optional

# web build
FROM node:20.8-alpine3.18 as web
FROM node:20.9-alpine3.18 as web

WORKDIR /usr/src/app
COPY web/package.json web/package-lock.json ./
Expand Down
Loading

0 comments on commit 7e9c7eb

Please sign in to comment.