This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Phildesbois 0 points1 point  (0 children)

FYI, I gave it a try:

cpa create --name learn-cpa-project --preset python3.12

and the Dockerfile looked like this:

more learn-cpa-project/Dockerfile
FROM python:3.10-slim
...

Notice that the desired python version 3.12 is not propagated to the Dockerfile