Skip to content
Snippets Groups Projects

Bump node from 16.19.0-alpine3.17 to 19.5.0-alpine3.17 in /webapp

Closed Hannes Heine requested to merge dependabot/docker/webapp/node-19.5.0-alpine3.17 into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
##################################################################################
# BASE (Is pushed to DockerHub for rebranding) ###################################
##################################################################################
FROM node:19.4.0-alpine3.17 as base
FROM node:19.5.0-alpine3.17 as base
# ENVs
## DOCKER_WORKDIR would be a classical ARG, but that is not multi layer persistent - shame
Loading