Skip to content

Commit

Permalink
chore(deps): pin dependencies (#5945)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 28, 2023
1 parent 8119d4b commit 27bc777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
Expand All @@ -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

Expand Down

0 comments on commit 27bc777

Please sign in to comment.