Skip to content

Commit a18802a

Browse files
Lukas FischerIlyesbdlala
authored andcommitted
#1852 Upgrade node to latest LTS in templates
Missed this node version when upgrading to latest LTS in #1853 Signed-off-by: Lukas Fischer <lukas.fischer@iteratec.com>
1 parent 715a881 commit a18802a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.templates/new-scanner/parser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY --chown=app:app ./parser.js ./parser.js
1212
# Additional packages
1313
# ARG namespace
1414
# ARG baseImageTag
15-
# FROM node:16-alpine as build
15+
# FROM node:18-alpine as build
1616
# RUN mkdir -p /home/app
1717
# WORKDIR /home/app
1818
# COPY package.json package-lock.json ./

0 commit comments

Comments
 (0)