mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user