switch to node:16-bullseye-slim

This commit is contained in:
srgooglo 2022-10-04 15:18:07 +02:00
parent 47f194127a
commit 889beef18f

View File

@ -1,4 +1,4 @@
FROM node:16-debian-slim
FROM node:16-bullseye-slim
RUN apt install git
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app