Skip to content

Commit 6943199

Browse files
authored
Fix Dockerfile
1 parent 1e99314 commit 6943199

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)