From f015798dd625fbeadad6c798b88bac0c3ef7941e Mon Sep 17 00:00:00 2001 From: Mary Strodl Date: Mon, 25 Oct 2021 12:24:10 -0400 Subject: [PATCH] Dockerfile: pin to buster image See liam-middlebrook/csh_ldap#33 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cb5576..f815c19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.2 +FROM docker.io/python:3.9.7-buster MAINTAINER Computer Science House ENV IMAGEIO_USERDIR /var/lib/gallery