diff --git a/services/bot/Dockerfile b/services/bot/Dockerfile index e2fdb7e..ecfcf65 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.3.0-alpine3.13 as build # Set the working directory WORKDIR /app