Update alpine base image to 3.21

This allows to update Node to v22 on production supervisor images

Change-type: patch
This commit is contained in:
Felipe Lalanne 2025-01-15 18:52:26 -03:00
parent ea594b18ab
commit 55f22dbc0f
No known key found for this signature in database
GPG Key ID: 03E696BFD472B26A

View File

@ -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