diff --git a/Dockerfile b/Dockerfile index bf5b277e..0a480b49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14-bullseye-slim AS base +FROM node:18-bullseye-slim AS base ARG NODE_ENV="production" ARG SCULPIN_ENV="prod"