From 7cd2d2b5200878a2739c67d97d438c86bd40aea7 Mon Sep 17 00:00:00 2001 From: Michael Meyers Date: Wed, 15 May 2024 10:19:18 +0100 Subject: [PATCH] BWDB-17557 Upgrade to node 22 (#34) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8502f02..039fa3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine3.14 +FROM node:22-alpine3.18 RUN apk --update --no-cache add python3 py3-pip jq curl bash git docker sudo && \ ln -sf /usr/bin/python3 /usr/bin/python && \