Skip to content

Commit

Permalink
Merge pull request #8 from immich-app/renovate/node-20.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v20.9
  • Loading branch information
bo0tzz authored Nov 19, 2023
2 parents 6b2b887 + 0d64729 commit e319938
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.8-bookworm as dev
FROM node:20.9-bookworm as dev

WORKDIR /usr/src/app

Expand Down Expand Up @@ -33,7 +33,7 @@ RUN ./build-libraw.sh
RUN ./build-imagemagick.sh
RUN ./build-libvips.sh

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

WORKDIR /usr/src/app

Expand Down

0 comments on commit e319938

Please sign in to comment.