Skip to content

Commit

Permalink
chore(deps): update base-image to v20241111
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent d4ca7d0 commit f82e1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dev build
FROM ghcr.io/immich-app/base-server-dev:20241105@sha256:99eec44db9e281e30eb9c50161cfb8e810f06e4338896b900fb5cafd09e82cd5 AS dev
FROM ghcr.io/immich-app/base-server-dev:20241111@sha256:ae1222a7d49828f9964c386efd828aa0a3d318c0ab8f9d44b0ea8ebb7433b724 AS dev

RUN apt-get install --no-install-recommends -yqq tini
WORKDIR /usr/src/app
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN npm run build


# prod build
FROM ghcr.io/immich-app/base-server-prod:20241105@sha256:dbe566f5c53f36640da910ca86a7c5575a26e9b9f6bc8d90ae0a53b8bc3a1f73
FROM ghcr.io/immich-app/base-server-prod:20241111@sha256:a9b7cc88ad7cdc5cde1f741e6a45b418c0a8deb78ef84d4eeb3eac95c335dd22

WORKDIR /usr/src/app
ENV NODE_ENV=production \
Expand Down

0 comments on commit f82e1d5

Please sign in to comment.