Skip to content

Commit

Permalink
Bump node from 20.1.0-alpine3.17 to 20.2.0-alpine3.17 in /webapp
Browse files Browse the repository at this point in the history
Bumps node from 20.1.0-alpine3.17 to 20.2.0-alpine3.17.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2023
1 parent fef12f5 commit 58c1480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/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.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
Expand Down
2 changes: 1 addition & 1 deletion webapp/Dockerfile.maintenance
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 58c1480

Please sign in to comment.