1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

chore: update base images (#19741)

Update base images
This commit is contained in:
Min Idzelis
2025-07-09 19:22:01 -04:00
committed by GitHub
parent fd48a33686
commit 818bdde317

View File

@@ -1,7 +1,6 @@
# dev build
FROM ghcr.io/immich-app/base-server-dev:202507091427@sha256:733e510024e03bc2450608a1f3622f45bf287b70d89a06e60acbccea4bf4fd8c AS dev
RUN apt-get install --no-install-recommends -yqq tini
WORKDIR /usr/src/app
COPY server/package.json server/package-lock.json ./
RUN npm ci && \