From 1174bbc7877632f27090956669a54122c2c6c1b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 05:49:13 +0000 Subject: [PATCH] Bump python from 3.7-slim-buster to 3.8.0-slim-buster Bumps python from 3.7-slim-buster to 3.8.0-slim-buster. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1373c18..a106491 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim-buster +FROM python:3.8.0-slim-buster WORKDIR /fedibooks COPY . fedibooks RUN pip install -r requirements.txt