Skip to content

Commit 63edad3

Browse files
committed
Update python version in Makefile as well
1 parent 2687d5c commit 63edad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ help:
3838
# Note that `ROOT_IMAGE` and `PYTHON_VERSION` arguments are only applicable to `docker-stacks-foundation` image
3939
build/%: DOCKER_BUILD_ARGS?=
4040
build/%: ROOT_IMAGE?=ubuntu:24.04
41-
build/%: PYTHON_VERSION?=3.12
41+
build/%: PYTHON_VERSION?=3.13
4242
build/%: ## build the latest image for a stack using the system's architecture
4343
docker build $(DOCKER_BUILD_ARGS) --rm --force-rm \
4444
--tag "$(REGISTRY)/$(OWNER)/$(notdir $@):latest" \

0 commit comments

Comments
 (0)