Skip to content

Commit

Permalink
Merge pull request #6710 from Ocelot-Social-Community/dependabot/dock…
Browse files Browse the repository at this point in the history
…er/backend/node-20.6.0-alpine3.17

build(other): bump node from 20.2.0-alpine3.17 to 20.6.0-alpine3.17 in /backend
  • Loading branch information
mahula authored Sep 19, 2023
2 parents 2d63944 + 7ddc6a8 commit 0d6beaa
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.2.0-alpine3.17 as base
FROM node:20.6.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 0d6beaa

Please sign in to comment.