Merge pull request #6748 from Ocelot-Social-Community/dependabot/docker/backend/node-20.7.0-alpine3.17

build(other): bump node from 20.6.0-alpine3.17 to 20.7.0-alpine3.17 in /backend
This commit is contained in:
mahula 2023-09-26 19:34:49 +02:00 committed by GitHub
commit 5436331fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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