diff --git a/web/Dockerfile b/web/Dockerfile index 0db99c2..d92ac5d 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile built with the monorepo root path context # https://github.com/ArthurFiorette/steam-trader/pull/242 -FROM node:16.10.0-alpine +FROM node:17.0.1-alpine LABEL maintainer="arthurfiorette "