From 50548145d6581527d544605b2f225ead2c3be467 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Sat, 24 Aug 2024 20:30:55 -0400 Subject: [PATCH] bump docs image to 24 --- apps/docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/Dockerfile b/apps/docs/Dockerfile index c947c058..9b7ccf28 100644 --- a/apps/docs/Dockerfile +++ b/apps/docs/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=22 +ARG NODE_VERSION=24 FROM node:${NODE_VERSION}-alpine AS base