From 0619a192455e939d2517ab15d55b921308c803d9 Mon Sep 17 00:00:00 2001 From: Peter Story Date: Wed, 3 Jan 2024 14:57:06 -0500 Subject: [PATCH] Switch to python:3.11-bullseye base image An earlier version of Debian was needed to support Tails. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfaf613..868c227 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 python:3.11 +FROM --platform=linux/amd64 python:3.11-bullseye MAINTAINER PeStory@clarku.edu # Add source code