Skip to content

Commit 42bed9a

Browse files
committed
docs: explain node version arg
1 parent 62cd98b commit 42bed9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile_mbtci_java11

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM sapmachine:11
44
ARG MTA_USER_HOME=/home/mta
55
ARG MBT_VERSION=1.2.16
66
ARG GO_VERSION=1.15.6
7+
# node version as found in https://nodejs.org/dist/ e.g: "v16.15.0"
78
ARG NODE_VERSION=NODE_VERSION_TEMPLATE
89
ARG MAVEN_VERSION=3.6.3
910

Dockerfile_mbtci_java8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
77
ARG MTA_USER_HOME=/home/mta
88
ARG MBT_VERSION=1.2.16
99
ARG GO_VERSION=1.15.6
10+
# node version as found in https://nodejs.org/dist/ e.g: "v16.15.0"
1011
ARG NODE_VERSION=NODE_VERSION_TEMPLATE
1112
ARG MAVEN_VERSION=3.6.3
1213
# This is used to build the download URL

0 commit comments

Comments
 (0)