diff --git a/components/function-runtimes/nodejs14/Dockerfile b/components/function-runtimes/nodejs14/Dockerfile index bdeaf0463581..c92f9557ec82 100644 --- a/components/function-runtimes/nodejs14/Dockerfile +++ b/components/function-runtimes/nodejs14/Dockerfile @@ -26,8 +26,8 @@ # We use this code to manually use newest alpine and nodejs. # Use official build when it will be available. -# image base on alpine:3.17.0 -FROM alpine@sha256:c0d488a800e4127c334ad20d61d7bc21b4097540327217dfab52262adc02380c +# image base on alpine:3.17.1 +FROM alpine@sha256:93d5a28ff72d288d69b5997b8ba47396d2cbb62a72b5d87cd3351094b5d578a0 ENV NODE_VERSION 14.21.2 diff --git a/components/function-runtimes/nodejs16/Dockerfile b/components/function-runtimes/nodejs16/Dockerfile index 8e2ee4784033..898113ac14ef 100644 --- a/components/function-runtimes/nodejs16/Dockerfile +++ b/components/function-runtimes/nodejs16/Dockerfile @@ -1,7 +1,6 @@ # image base on 16.19.0-alpine3.17 FROM node@sha256:e427ffd1ba7915ca8d8aeba45806ef3f1f1e6b65ce152b363645cd7428f8d75a - ARG NODE_ENV ENV NODE_ENV $NODE_ENV ENV npm_config_cache /tmp/ diff --git a/components/function-runtimes/python39/Dockerfile b/components/function-runtimes/python39/Dockerfile index 1e3e5613c0f1..cfb86f6da25f 100644 --- a/components/function-runtimes/python39/Dockerfile +++ b/components/function-runtimes/python39/Dockerfile @@ -7,8 +7,8 @@ # We use this code to manually use newest alpine and nodejs. # Use official build when it will be available. -# image base on alpine:3.17.0 -FROM alpine@sha256:c0d488a800e4127c334ad20d61d7bc21b4097540327217dfab52262adc02380c +# image base on alpine:3.17.1 +FROM alpine@sha256:93d5a28ff72d288d69b5997b8ba47396d2cbb62a72b5d87cd3351094b5d578a0 SHELL ["/bin/ash", "-o", "pipefail", "-c"] diff --git a/resources/serverless/values.yaml b/resources/serverless/values.yaml index 2784c8de707c..ff36340cf069 100644 --- a/resources/serverless/values.yaml +++ b/resources/serverless/values.yaml @@ -89,13 +89,13 @@ global: version: "v20230125-28a4267b" function_runtime_nodejs14: name: "function-runtime-nodejs14" - version: "v20230117-0d3f0156" + version: "PR-16714" function_runtime_nodejs16: name: "function-runtime-nodejs16" - version: "v20230130-95ca28e0" + version: "PR-16714" function_runtime_python39: name: "function-runtime-python39" - version: "PR-16706" + version: "PR-16714" kaniko_executor: name: "kaniko-executor" version: "1.9.1-8626c78a"