Skip to content

Commit

Permalink
chore(deps): update node.js to v20.13.0 (#1971)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 88fcf98 commit 465a938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:20.12.2-bullseye-slim AS buildWithDevDeps
FROM node:20.13.0-bullseye-slim AS buildWithDevDeps

# Install packages, build and keep only prod packages
WORKDIR /app
Expand All @@ -9,7 +9,7 @@ COPY ./src ./src
COPY ./prisma ./prisma
RUN npm ci --ignore-scripts --no-update-notifier
RUN npm run prisma-generate
FROM node:20.12.2-bullseye-slim AS build
FROM node:20.13.0-bullseye-slim AS build

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:20.12.2-bullseye-slim AS build
FROM node:20.13.0-bullseye-slim AS build

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down

0 comments on commit 465a938

Please sign in to comment.