mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-27 10:16:16 -04:00
Change Baseimage to Distroless Node Image
[POC] Reduce attack surface as there is no package manager and reduce the image size further
This commit is contained in:
parent
d6eee480b3
commit
0548a17cee
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:lts-alpine
|
FROM gcr.io/distroless/nodejs:16
|
||||||
|
|
||||||
WORKDIR /home/node/app
|
WORKDIR /home/node/app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue