Skip to content

Commit 1a0a9ef

Browse files
chore(deps): update base-image to v202503182202 (major) (immich-app#16968)
chore(deps): update base-image to v202503182202 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce45670 commit 1a0a9ef

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:20250318@sha256:b320205cbe1851565620f2bf28fa7bc47147d8d4fdd852116c4426fa69dc555f AS dev
2+
FROM ghcr.io/immich-app/base-server-dev:202503182202@sha256:45ae044b64a7b518f8d94fa4de718090c1c7689d516ac2ac0976a5331eaeb396 AS dev
33

44
RUN apt-get install --no-install-recommends -yqq tini
55
WORKDIR /usr/src/app
@@ -42,7 +42,7 @@ RUN npm run build
4242

4343

4444
# prod build
45-
FROM ghcr.io/immich-app/base-server-prod:20250318@sha256:919fa00d2d6aacb4b030ea8d2ce34a6e0d302923c02f5a6f0cdc835ecfdd4d78
45+
FROM ghcr.io/immich-app/base-server-prod:202503182202@sha256:c4459e3d699b7cf2efa72af003913b52487cc5f2d376139e204b1f273d7f06a8
4646

4747
WORKDIR /usr/src/app
4848
ENV NODE_ENV=production \

0 commit comments

Comments
 (0)