Skip to content

Commit 856a5dd

Browse files
authored
Update tag
1 parent a135c22 commit 856a5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dev build
2-
FROM ghcr.io/immich-app/base-server-dev:202507291116@sha256:e38543bdd77a02ed156cd9175ed11e9c16dccf48c418d46ecda48ce684de456a AS dev
2+
FROM ghcr.io/immich-app/base-server-dev:commit-e54882f68fed72fa84c0bb3c422e374a7c082703 AS dev
33

44
WORKDIR /usr/src/app
55
COPY ./server/package* ./server/
@@ -96,7 +96,7 @@ WORKDIR /usr/src/app/web
9696
RUN npm ci && npm run build
9797

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

101101
WORKDIR /usr/src/app
102102
ENV NODE_ENV=production \

0 commit comments

Comments
 (0)