Skip to content

Commit

Permalink
Bump node from 20.12.1-alpine3.19 to 22.4.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 22.4.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 Jul 6, 2024
1 parent 6a03952 commit f471a3a
Showing 1 changed file with 1 addition and 1 deletion.
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:22.4.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 f471a3a

Please sign in to comment.