Skip to content

Commit

Permalink
chore(deps): update base-image to v20231214
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 2836b8c commit f03da0a
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:20231207@sha256:175d55f2fff48e0edeaf359c1aa0572b923db0c19304c22136a39061b8bc8179 as dev
FROM ghcr.io/immich-app/base-server-dev:20231214@sha256:b3d10ea0203cee61ef275df50a10b2bb8adf0d68c95e40dac9fcfc0cf42b6dc9 as dev

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


# prod build
FROM ghcr.io/immich-app/base-server-prod:20231207@sha256:006c9170f8ddafabe49d447ea2b892563951e05e4f3e5434635cdb7ab7dd8911
FROM ghcr.io/immich-app/base-server-prod:20231214@sha256:50a5b541b4744955ac61a43df8c30a968512307cd0a02a5004f8fe0fb80deb50

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

0 comments on commit f03da0a

Please sign in to comment.