Skip to content

Commit

Permalink
chore(deps): update base-image to v20240206 (major) (#6942)
Browse files Browse the repository at this point in the history
chore(deps): update base-image to v20240206

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 6, 2024
1 parent 3092a72 commit 61768ce
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:20240130@sha256:a11ac5c56f0ccce1f218954c07c43caadf489557252ba5b9ca1c5977aaa25999 as dev
FROM ghcr.io/immich-app/base-server-dev:20240206@sha256:1aa1cd63ef044910c2e0f4d05dbced67cb610536085837e288817b4c965e6b18 as dev

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


# prod build
FROM ghcr.io/immich-app/base-server-prod:20240130@sha256:ce23a32154540b906df3c971766bcd991561c60331794e0ebb780947ac48113f
FROM ghcr.io/immich-app/base-server-prod:20240206@sha256:c4c19c500babf2900532952bfb60b98a976d7339f9c35059c1320e3c57c5e040

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

0 comments on commit 61768ce

Please sign in to comment.