mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
Merge pull request #2201 from balena-os/apk-node-version
Use `~=` to specify alpine package versions
This commit is contained in:
commit
70b9930ec1
@ -1,7 +1,7 @@
|
||||
ARG ARCH=%%BALENA_ARCH%%
|
||||
ARG FATRW_VERSION=0.2.9
|
||||
ARG NODE="nodejs<19"
|
||||
ARG NPM="npm<10"
|
||||
ARG NODE="nodejs~=18"
|
||||
ARG NPM="npm~=9"
|
||||
ARG ALPINE_VERSION="3.18"
|
||||
|
||||
###################################################
|
||||
|
Loading…
Reference in New Issue
Block a user