mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: update docker node alpine versions to 3.20 (#10621)
This commit is contained in:
parent
9f9e42a96a
commit
6538ad8de7
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:20.15.0-alpine3.19@sha256:c39be8a03811d866e0f5e18fcd2065a914931a3c0830b29403017db3def59d91 as core
|
||||
FROM node:20.15.0-alpine3.20 as core
|
||||
|
||||
WORKDIR /usr/src/open-api/typescript-sdk
|
||||
COPY open-api/typescript-sdk/package*.json open-api/typescript-sdk/tsconfig*.json ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue