From 6675dc18f1385b5250881ec1d5d77c1ec6b1fcfc Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 16 Nov 2023 13:20:30 +0000 Subject: [PATCH] 7 --- apps/node/Dockerfile | 2 +- apps/proxy/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.