mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(deps): use full semver docker tag for node images (#10613)
* chore: use full semver docker tag for node images * Update server/Dockerfile Co-authored-by: bo0tzz <git@bo0tzz.me> --------- Co-authored-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
parent
54d1dc56a2
commit
330648ff44
3 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:iron-alpine3.18@sha256:53108f67824964a573ea435fed258f6cee4d88343e9859a99d356883e71b490c
|
||||
FROM node:20.13.1-alpine3.18
|
||||
|
||||
RUN apk add --no-cache tini
|
||||
USER node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue