We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2687d5c commit 63edad3Copy full SHA for 63edad3
Makefile
@@ -38,7 +38,7 @@ help:
38
# Note that `ROOT_IMAGE` and `PYTHON_VERSION` arguments are only applicable to `docker-stacks-foundation` image
39
build/%: DOCKER_BUILD_ARGS?=
40
build/%: ROOT_IMAGE?=ubuntu:24.04
41
-build/%: PYTHON_VERSION?=3.12
+build/%: PYTHON_VERSION?=3.13
42
build/%: ## build the latest image for a stack using the system's architecture
43
docker build $(DOCKER_BUILD_ARGS) --rm --force-rm \
44
--tag "$(REGISTRY)/$(OWNER)/$(notdir $@):latest" \
0 commit comments