chore(deps): update server (#5311)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-11-25 23:48:48 +00:00
committed by GitHub
parent 69d096df17
commit 1ffe862810
3 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ RUN npm run build
RUN npm prune --omit=dev --omit=optional
# web build
FROM node:20.9-alpine3.18 as web
FROM node:20.10-alpine3.18 as web
WORKDIR /usr/src/app
COPY web/package.json web/package-lock.json ./