Skip to content

Commit

Permalink
chore(deps): update node.js to v20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 13464ad commit cf2cdad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9-bookworm as dev
FROM node:20.10-bookworm as dev

WORKDIR /usr/src/app

Expand Down Expand Up @@ -37,7 +37,7 @@ RUN sed -i -e's/ main/ main contrib non-free non-free-firmware/g' /etc/apt/sourc
COPY bin/install-ffmpeg.sh bin/build-lock.json ./
RUN ./install-ffmpeg.sh

FROM node:20.9-bookworm-slim as prod
FROM node:20.10-bookworm-slim as prod

WORKDIR /usr/src/app

Expand Down

0 comments on commit cf2cdad

Please sign in to comment.