Skip to content

Commit

Permalink
Upgrade python runtime to the 3.8.10 version (kyma-project#11279)
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel authored May 17, 2021
1 parent d988dc9 commit 6b4289a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/function-runtimes/python38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -eux; \
# other runtime dependencies for Python are installed later

ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
ENV PYTHON_VERSION 3.8.9
ENV PYTHON_VERSION 3.8.10

RUN set -ex \
&& apk add --no-cache --virtual .fetch-deps --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
Expand Down
6 changes: 3 additions & 3 deletions resources/serverless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ images:
runtimes:
nodejs12:
repository: "eu.gcr.io/kyma-project/function-runtime-nodejs12"
tag: "8b74b38e"
tag: "PR-11279"
nodejs14:
repository: "eu.gcr.io/kyma-project/function-runtime-nodejs14"
tag: "8b74b38e"
tag: "PR-11279"
python38:
repository: "eu.gcr.io/kyma-project/function-runtime-python38"
tag: "8b74b38e"
tag: "PR-11279"

deployment:
replicas: 1
Expand Down

0 comments on commit 6b4289a

Please sign in to comment.