1
0
Fork 0
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:
Zack Pollard 2024-06-25 19:19:51 +03:00 committed by GitHub
parent 0891658668
commit c754f2504b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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 ./

View file

@ -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