File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# dev build
2
- FROM ghcr.io/immich-app/base-server-dev:202507162011 @sha256:85d4230c2208646bd6c528db41b2213d780b11b7a311397ca6a2aaba7cf697c8 AS dev
2
+ FROM ghcr.io/immich-app/base-server-dev:202507291116 @sha256:e38543bdd77a02ed156cd9175ed11e9c16dccf48c418d46ecda48ce684de456a AS dev
3
3
4
4
WORKDIR /usr/src/app
5
5
COPY ./server/package* ./server/
@@ -96,7 +96,7 @@ WORKDIR /usr/src/app/web
96
96
RUN npm ci && npm run build
97
97
98
98
# prod build
99
- FROM ghcr.io/immich-app/base-server-prod:202507162011 @sha256:636f3ddb6106628ef851d51c23f3fa2c6e4829390cc315b27b38c288c82b23a7
99
+ FROM ghcr.io/immich-app/base-server-prod:202507291116 @sha256:6e80f884c6e4f05cefe4b4fc4cc06a15bdb6ec9bd7b6e9eadf996a13b69494b6
100
100
101
101
WORKDIR /usr/src/app
102
102
ENV NODE_ENV=production \
You can’t perform that action at this time.
0 commit comments