lower node alpine

This commit is contained in:
Maidul Islam
2024-01-24 15:37:06 -05:00
committed by Akhil Mohan
parent 7864524944
commit 6d1b79430d

View File

@@ -2,7 +2,7 @@ ARG POSTHOG_HOST=https://app.posthog.com
ARG POSTHOG_API_KEY=posthog-api-key
ARG INTERCOM_ID=intercom-id
FROM node:20-alpine AS base
FROM node:16-alpine AS base
FROM base AS frontend-dependencies