From d8c7e5ce8d8c3e777e0d816b8894d5cb1067ffef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 05:56:25 +0000 Subject: [PATCH 1/2] Bump python from 3.9.1-slim-buster to 3.9.2-slim-buster Bumps python from 3.9.1-slim-buster to 3.9.2-slim-buster. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.armhf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d4f0ebe6..4b399174b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.1-slim-buster as base +FROM python:3.9.2-slim-buster as base # Setup env ENV LANG C.UTF-8 diff --git a/Dockerfile.armhf b/Dockerfile.armhf index f938ec457..f46212332 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -1,4 +1,4 @@ -FROM --platform=linux/arm/v7 python:3.7.9-slim-buster as base +FROM --platform=linux/arm/v7 python:3.9.2-slim-buster as base # Setup env ENV LANG C.UTF-8 From 8a62bfa0e5fc49cd3c9b1b49436c03d9ffbc0abe Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 22 Feb 2021 08:20:45 +0100 Subject: [PATCH 2/2] armhf image should not be updated to python3.9 --- Dockerfile.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index f46212332..f938ec457 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -1,4 +1,4 @@ -FROM --platform=linux/arm/v7 python:3.9.2-slim-buster as base +FROM --platform=linux/arm/v7 python:3.7.9-slim-buster as base # Setup env ENV LANG C.UTF-8