From 119d1da5a6ff7faa53735039272a3ca334fc2e94 Mon Sep 17 00:00:00 2001 From: dphuang2 Date: Tue, 6 Feb 2024 18:08:23 -0800 Subject: [PATCH] try node:20-bullseye --- generator/konfig-dash/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/konfig-dash/Earthfile b/generator/konfig-dash/Earthfile index a36b5ac73..f28b6faf7 100644 --- a/generator/konfig-dash/Earthfile +++ b/generator/konfig-dash/Earthfile @@ -1,5 +1,5 @@ VERSION 0.7 -FROM node:18-bullseye +FROM node:20-bullseye WORKDIR /konfig-dash # TODO: Once we figure out how to better package/extract konfig-cli from konfig-dash, move this to