Skip to content

Commit

Permalink
Bump node from 20.12.1-alpine3.19 to 23.3.0-alpine3.19 in /webapp
Browse files Browse the repository at this point in the history
Bumps node from 20.12.1-alpine3.19 to 23.3.0-alpine3.19.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent 3760d8e commit 37b49d9
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.12.1-alpine3.19 AS base
FROM node:23.3.0-alpine3.19 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.12.1-alpine3.19 AS base
FROM node:23.3.0-alpine3.19 AS base

# ENVs
## DOCKER_WORKDIR would be a classical ARG, but that is not multi layer persistent - shame
Expand Down

0 comments on commit 37b49d9

Please sign in to comment.