mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
chore: bump node docker versions (#10629)
This commit is contained in:
parent
0891658668
commit
c754f2504b
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ COPY --from=dev /usr/src/app/node_modules/@img ./node_modules/@img
|
|||
COPY --from=dev /usr/src/app/node_modules/exiftool-vendored.pl ./node_modules/exiftool-vendored.pl
|
||||
|
||||
# web build
|
||||
FROM node:20.13.1-alpine3.20 as web
|
||||
FROM node:20.15.0-alpine3.20 as web
|
||||
|
||||
WORKDIR /usr/src/open-api/typescript-sdk
|
||||
COPY open-api/typescript-sdk/package*.json open-api/typescript-sdk/tsconfig*.json ./
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:20.13.1-alpine3.20
|
||||
FROM node:20.15.0-alpine3.20
|
||||
|
||||
RUN apk add --no-cache tini
|
||||
USER node
|
||||
|
|
Loading…
Reference in a new issue