Skip to content

Commit

Permalink
Upgrade runtimes bases (#16714)
Browse files Browse the repository at this point in the history
* upgrade alpine&node

* bump images
  • Loading branch information
pPrecel committed Feb 2, 2023
1 parent eaaef03 commit 93374cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions components/function-runtimes/nodejs14/Dockerfile
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion 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/
Expand Down
4 changes: 2 additions & 2 deletions components/function-runtimes/python39/Dockerfile
Expand Up @@ -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"]

Expand Down
6 changes: 3 additions & 3 deletions resources/serverless/values.yaml
Expand Up @@ -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"
Expand Down

0 comments on commit 93374cd

Please sign in to comment.