1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00

chore(deps): update base-image to v20240430 (major) (#9179)

chore(deps): update base-image to v20240430

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-30 22:04:28 -04:00 committed by GitHub
parent 2cf63eeeab
commit eba42b245d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# dev build
FROM ghcr.io/immich-app/base-server-dev:20240423@sha256:9a22bc96acf02421a46706c6e0b5871b812d896f97bced295f8b7089de3de160 as dev
FROM ghcr.io/immich-app/base-server-dev:20240430@sha256:78f5082c699b0dca486492bb02ee803fd8bb54e5e41f6b1d0d452c5e8ad22ac7 as dev
RUN apt-get install --no-install-recommends -yqq tini
WORKDIR /usr/src/app
@ -41,7 +41,7 @@ RUN npm run build
# prod build
FROM ghcr.io/immich-app/base-server-prod:20240423@sha256:d6e65040afa2b45622af32ce5f4abbe59b15ca1fc79a078b3ec579d7742a2ebe
FROM ghcr.io/immich-app/base-server-prod:20240430@sha256:7094210e900b80ec851e0e31759b65c3ad508c50323fe7d32003da5e035dcca8
WORKDIR /usr/src/app
ENV NODE_ENV=production \