mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
update node images (#2736)
This is required to support raw images as Alpine 3.18 included fixes to imagemagick. Related: #2156 In addtion, the images have stricter tags and are pinned with a digest. The manifest list digest can be found using: ```sh ❯ docker buildx imagetools inspect node:18.16.0-alpine3.18 ```
This commit is contained in:
parent
5a48034e33
commit
55b6b28afb
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Our Node base image
|
||||
FROM node:18-alpine3.17 as base
|
||||
FROM node:18.16.0-alpine3.18@sha256:f41850f74ff16a33daff988e2ea06ef8f5daeb6fb84913c7df09552a98caba09 as base
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue