From bbc029150432baf3e9fa6a6b4946872c3ea46a0e Mon Sep 17 00:00:00 2001 From: burnout87 Date: Wed, 21 Aug 2024 17:30:04 +0200 Subject: [PATCH] Dockerfile python 3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b471cb5..a25f9b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.12 FROM integralsw/osa-python:11.1-11-g024d72b4-20200722-185528-refcat-43.0-heasoft-6.28-python-3.8.5