We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4053a5f + 6943199 commit 7df0247Copy full SHA for 7df0247
Dockerfile
@@ -39,7 +39,7 @@ RUN yarn --cwd ./redisinsight/api install --production
39
COPY ./redisinsight/api/.yarnclean.prod ./redisinsight/api/.yarnclean
40
RUN yarn --cwd ./redisinsight/api autoclean --force
41
42
-FROM 20.14-alpine
+FROM node:20.14-alpine
43
44
# runtime args and environment variables
45
ARG NODE_ENV=production
0 commit comments