Skip to content

Commit

Permalink
Merge pull request #6748 from Ocelot-Social-Community/dependabot/dock…
Browse files Browse the repository at this point in the history
…er/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
  • Loading branch information
mahula authored Sep 26, 2023
2 parents a78b6ff + 79a2002 commit 5436331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5436331

Please sign in to comment.