Downgrade init base image to python 3.11 71/141271/1 master
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sun, 15 Jun 2025 17:03:51 +0000 (19:03 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sun, 15 Jun 2025 17:03:51 +0000 (19:03 +0200)
- python3.11 is the last version that ships with c extensions
  that are used by the cassandra-driver
- upgrading to newer python versions is a little more elaborate

Issue-ID: SDC-4739
Change-Id: I574bb039bc4e9df28b08ef43c922ca23fb41a6c2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
sdc-workflow-designer-init/src/main/docker/Dockerfile

index 32808fe..2d3b46b 100644 (file)
@@ -1,4 +1,4 @@
-FROM python:3.12-alpine
+FROM python:3.11-alpine
 
 RUN pip install cassandra-driver==3.29.2 cqlsh==6.2.0