Merge pull request #7238 from Ocelot-Social-Community/update-docker-image-node-version

chore(other): update docker image versions
This commit is contained in:
Wolfgang Huß 2024-04-17 11:32:57 +02:00 committed by GitHub
commit 935eed7f24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

2
.nvmrc
View File

@ -1 +1 @@
v20.2.0
v20.12.1

View File

@ -1 +1 @@
v20.2.0
v20.12.1

View File

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

View File

@ -1 +1 @@
v20.2.0
v20.12.1

View File

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