Skip to content

Commit 7df0247

Browse files
Merge pull request #4012 from drivebyer/patch-1
Fix Dockerfile
2 parents 4053a5f + 6943199 commit 7df0247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN yarn --cwd ./redisinsight/api install --production
3939
COPY ./redisinsight/api/.yarnclean.prod ./redisinsight/api/.yarnclean
4040
RUN yarn --cwd ./redisinsight/api autoclean --force
4141

42-
FROM 20.14-alpine
42+
FROM node:20.14-alpine
4343

4444
# runtime args and environment variables
4545
ARG NODE_ENV=production

0 commit comments

Comments
 (0)