From: Guillaume Pellerin Date: Mon, 22 Apr 2024 13:38:49 +0000 (+0200) Subject: use 3.9.19-bookworm X-Git-Tag: 2.9.1~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d5d3d4ec0d2032554f49fa5075061f5706fa8563;p=teleforma.git use 3.9.19-bookworm --- diff --git a/Dockerfile b/Dockerfile index c302f081..a618a4dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9 +FROM python:3.9.19-bookworm MAINTAINER Guillaume Pellerin