diff --git a/app/Dockerfile b/app/Dockerfile index 4e63e24..267536f 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile built with the monorepo root path context # https://github.com/ArthurFiorette/steam-trader/pull/242 -FROM node:17.0.1-alpine +FROM node:19.7.0-alpine LABEL maintainer="arthurfiorette "