diff options
author | morganrol <morgan.richomme@orange.com> | 2021-12-06 10:57:25 +0100 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-12-06 16:17:06 +0100 |
commit | 1a29b3a9f614afe1a96649e7387af60fd7f48aa0 (patch) | |
tree | 2cb0e4a07977e389a54964576ce6b721213375a8 /Dockerfile | |
parent | bf0d7c581b9819d2738131daeb7157781f92048d (diff) |
[JAKARTA] Create python baseline image10.0.0
according to seccom recommendations
Issue-ID: INT-2015
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ib84f05a184f6039035f0b75f481ae806e39d7bf9
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ # Those Dockerfiles are generated for each new release. # Below is copy-paste from a generated Dockerfile, # with GPLv3 dependencies removed. -FROM alpine:3.13 +FROM alpine:3.15 # ensure local python is preferred over distribution python ENV PATH /usr/local/bin:$PATH @@ -45,8 +45,8 @@ RUN set -eux; \ ; # other runtime dependencies for Python are installed later -ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568 -ENV PYTHON_VERSION 3.9.5 +ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D +ENV PYTHON_VERSION 3.10.0 RUN set -ex \ && apk add --no-cache --virtual .fetch-deps \ |