From 8721e068f5a5ed5b22c422ade13816d6bb831893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 01:08:59 +0000 Subject: [PATCH] Bump python from 3.6-slim to 3.11.0-slim Bumps python from 3.6-slim to 3.11.0-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1adbd0..89cfc67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM kbase/narrative:latest as narrative -FROM python:3.6-slim +FROM python:3.11.0-slim # Build arguments passed into the docker command for image metadata ARG BUILD_DATE