update to alpine node 20

This commit is contained in:
Maidul Islam
2024-01-24 15:45:32 -05:00
committed by Akhil Mohan
parent 6d1b79430d
commit 35eade0206

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:16-alpine AS base
FROM node:20-alpine AS base
FROM base AS frontend-dependencies