diff --git a/apps/node/Dockerfile b/apps/node/Dockerfile index d861708..7ff0e84 100644 --- a/apps/node/Dockerfile +++ b/apps/node/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine AS base +FROM fascinated/docker-images:node-pnpm-latest AS base # The web Dockerfile is copy-pasted into our main docs at /docs/handbook/deploying-with-docker. # Make sure you update this Dockerfile, the Dockerfile in the web workspace and copy that over to Dockerfile in the docs. diff --git a/apps/proxy/Dockerfile b/apps/proxy/Dockerfile index 5c763c5..bc91da6 100644 --- a/apps/proxy/Dockerfile +++ b/apps/proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine AS base +FROM fascinated/docker-images:node-pnpm-latest AS base # The web Dockerfile is copy-pasted into our main docs at /docs/handbook/deploying-with-docker. # Make sure you update this Dockerfile, the Dockerfile in the web workspace and copy that over to Dockerfile in the docs.