Degrade Node version from v20.7.0 to v20.2.0

This commit is contained in:
Wolfgang Huß 2023-10-02 13:06:52 +02:00
parent 5760b4fb7c
commit 988e874934
6 changed files with 6 additions and 6 deletions

2
.nvmrc
View File

@ -1 +1 @@
v20.7.0
v20.2.0

View File

@ -1 +1 @@
v20.7.0
v20.2.0

View File

@ -1,7 +1,7 @@
##################################################################################
# BASE (Is pushed to DockerHub for rebranding) ###################################
##################################################################################
FROM node:20.7.0-alpine3.17 as base
FROM node:20.2.0-alpine3.17 as base
# ENVs
## DOCKER_WORKDIR would be a classical ARG, but that is not multi layer persistent - shame

View File

@ -1 +1 @@
v20.7.0
v20.2.0

View File

@ -1,7 +1,7 @@
##################################################################################
# BASE (Is pushed to DockerHub for rebranding) ###################################
##################################################################################
FROM node:20.7.0-alpine3.17 as base
FROM node:20.2.0-alpine3.17 as base
# ENVs
## DOCKER_WORKDIR would be a classical ARG, but that is not multi layer persistent - shame

View File

@ -1,7 +1,7 @@
##################################################################################
# BASE ###########################################################################
##################################################################################
FROM node:20.7.0-alpine3.17 as base
FROM node:20.2.0-alpine3.17 as base
# ENVs
## DOCKER_WORKDIR would be a classical ARG, but that is not multi layer persistent - shame