Merge pull request #6309 from Ocelot-Social-Community/dependabot/docker/webapp/node-20.2.0-alpine3.17

Bump node from 20.1.0-alpine3.17 to 20.2.0-alpine3.17 in /webapp
This commit is contained in:
Ulf Gebhardt 2023-05-23 11:19:12 +02:00 committed by GitHub
commit 61ba556e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
##################################################################################
# BASE (Is pushed to DockerHub for rebranding) ###################################
##################################################################################
FROM node:20.1.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.1.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