mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
chore(server,web): bump node version to 20.8 (#4311)
* chore: bump node version to 20.8 * fix: remove node hash
This commit is contained in:
committed by
GitHub
parent
b3c82d5ba2
commit
e2f1e38472
@@ -1,5 +1,5 @@
|
||||
# Our Node base image
|
||||
FROM node:18.16.0-alpine3.18@sha256:9036ddb8252ba7089c2c83eb2b0dcaf74ff1069e8ddf86fe2bd6dc5fecc9492d as base
|
||||
FROM node:20.8-alpine3.18 as base
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
EXPOSE 3000
|
||||
|
||||
Reference in New Issue
Block a user