Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dev build
FROM ghcr.io/immich-app/base-server-dev:202507291116@sha256:e38543bdd77a02ed156cd9175ed11e9c16dccf48c418d46ecda48ce684de456a AS dev
FROM ghcr.io/immich-app/base-server-dev:commit-e54882f68fed72fa84c0bb3c422e374a7c082703 AS dev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libvips 8.17 is already in the current base image, so no need to change the tag.


WORKDIR /usr/src/app
COPY ./server/package* ./server/
Expand Down Expand Up @@ -94,7 +94,7 @@ WORKDIR /usr/src/app/web
RUN npm ci && npm run build

# prod build
FROM ghcr.io/immich-app/base-server-prod:202507291116@sha256:6e80f884c6e4f05cefe4b4fc4cc06a15bdb6ec9bd7b6e9eadf996a13b69494b6
FROM ghcr.io/immich-app/base-server-prod:commit-e54882f68fed72fa84c0bb3c422e374a7c082703

WORKDIR /usr/src/app
ENV NODE_ENV=production \
Expand Down
Loading