Bump version
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 4 Nov 2022 21:39:05 +0000 (22:39 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 4 Nov 2022 21:39:05 +0000 (22:39 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Dockerfile

index 4b046454d5adf6d6cedfe9947316bcdad5b9d392..ea437083e67f83a0a01c147f6075428de3d6405e 100644 (file)
@@ -23,7 +23,7 @@ RUN set -ex \
 ADD http://aia.pki.co.sap.com/aia/SAP%20Global%20Root%20CA.crt \
     /etc/ssl/certs/SAP_Global_Root_CA.crt
 
-ARG NODE_VERSION=16.18.0
+ARG NODE_VERSION=16.18.1
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch##*-}" in \
@@ -113,7 +113,7 @@ RUN set -ex \
   # smoke test
   && yarn --version
 
-ARG SAPMACHINE_VERSION=11.0.16.1
+ARG SAPMACHINE_VERSION=11.0.17
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch##*-}" in \