diff --git a/services/bot/Dockerfile b/services/bot/Dockerfile index e2fdb7e..62c0729 100644 --- a/services/bot/Dockerfile +++ b/services/bot/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.10.0-alpine3.13 as build +FROM node:17.2.0-alpine3.13 as build # Set the working directory WORKDIR /app