mirror of
https://github.com/immich-app/immich.git
synced 2025-01-17 01:06:46 +01:00
chore(deps): pin dependencies (#5945)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8119d4bb26
commit
27bc777581
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/immich-app/base-server-dev:20231109 as test
|
||||
FROM ghcr.io/immich-app/base-server-dev:20231109@sha256:19fa55f76f4de1ebda8b6d8e881a57bc0b367354a2cbb101ced21663e83d38c9 as test
|
||||
|
||||
WORKDIR /usr/src/app/server
|
||||
COPY server/package.json server/package-lock.json ./
|
||||
|
@ -10,7 +10,7 @@ COPY cli/package.json cli/package-lock.json ./
|
|||
RUN npm ci
|
||||
COPY ./cli/ .
|
||||
|
||||
FROM ghcr.io/immich-app/base-server-prod:20231109
|
||||
FROM ghcr.io/immich-app/base-server-prod:20231109@sha256:c17af3a0b949279f1a5eb342ab9e90fefe88a73718c0f46b033e66a9462fd9d9
|
||||
|
||||
VOLUME /usr/src/app/upload
|
||||
|
||||
|
|
Loading…
Reference in a new issue