mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-11 13:35:28 +00:00
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:
parent
ea594b18ab
commit
55f22dbc0f
@ -1,8 +1,8 @@
|
|||||||
ARG ARCH=%%BALENA_ARCH%%
|
ARG ARCH=%%BALENA_ARCH%%
|
||||||
ARG FATRW_VERSION=0.2.21
|
ARG FATRW_VERSION=0.2.21
|
||||||
ARG NODE="nodejs~=20"
|
ARG NODE="nodejs~=22"
|
||||||
ARG NPM="npm~=10"
|
ARG NPM="npm~=10"
|
||||||
ARG ALPINE_VERSION="3.19"
|
ARG ALPINE_VERSION="3.21"
|
||||||
|
|
||||||
###################################################
|
###################################################
|
||||||
# Build the supervisor dependencies
|
# Build the supervisor dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user