From 55f22dbc0f4792033b6253af89c6adde6a727ab0 Mon Sep 17 00:00:00 2001 From: Felipe Lalanne Date: Wed, 15 Jan 2025 18:52:26 -0300 Subject: [PATCH] Update alpine base image to 3.21 This allows to update Node to v22 on production supervisor images Change-type: patch --- Dockerfile.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.template b/Dockerfile.template index e8d643fb..ec591d1f 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -1,8 +1,8 @@ ARG ARCH=%%BALENA_ARCH%% ARG FATRW_VERSION=0.2.21 -ARG NODE="nodejs~=20" +ARG NODE="nodejs~=22" ARG NPM="npm~=10" -ARG ALPINE_VERSION="3.19" +ARG ALPINE_VERSION="3.21" ################################################### # Build the supervisor dependencies