diff --git a/Dockerfile b/Dockerfile index 2f79775..1cd7092 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-slim -RUN apt-get update && apt-get install -y nodejs python3 yarnpkg -RUN yarn add -g renovate +FROM node:16-buster-slim +RUN apt-get update && apt-get install -y python3 +RUN yarn global add renovate CMD renovate