From 1a29b3a9f614afe1a96649e7387af60fd7f48aa0 Mon Sep 17 00:00:00 2001 From: morganrol Date: Mon, 6 Dec 2021 10:57:25 +0100 Subject: [JAKARTA] Create python baseline image according to seccom recommendations Issue-ID: INT-2015 Signed-off-by: morganrol Change-Id: Ib84f05a184f6039035f0b75f481ae806e39d7bf9 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d94f671..a9e37c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ -- cgit 1.2.3-korg