fix(deps): update server (#5057)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-11-18 15:59:04 -06:00
committed by GitHub
parent 767fe87b2e
commit f5ce3deb3a
2 changed files with 192 additions and 173 deletions

View File

@@ -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 ./