From 5eb12d0f0306a19b3700d5866a04f221f4e6e8ea Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Fri, 9 Oct 2020 17:50:59 +0200 Subject: [PATCH] bump image version --- daemon/Dockerfile | 2 +- web/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/Dockerfile b/daemon/Dockerfile index 1d808831..d03d7e0f 100644 --- a/daemon/Dockerfile +++ b/daemon/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-slim-stretch +FROM python:3.6.12-slim-buster LABEL authors="Patrick Jentsch , Stephan Porada " diff --git a/web/Dockerfile b/web/Dockerfile index dc4e149c..c467b259 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-slim-stretch +FROM python:3.6.12-slim-buster LABEL authors="Patrick Jentsch , Stephan Porada "