We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23833b commit f955ff6Copy full SHA for f955ff6
.devcontainer/devcontainer.json
@@ -35,7 +35,10 @@
35
"ms-python.python",
36
"ms-python.debugpy"
37
]
38
- }
+ },
39
+ "settings": {
40
+ "python.defaultInterpreterPath": "/usr/local/bin/python"
41
+ }
42
}
43
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
44
// "remoteUser": "root"
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: build push ver install publish check-docker
2
3
-VERSION := "1.20250412.2"
+VERSION := "1.20250412.3"
4
IMAGE_NAME := jtlpython:$(VERSION)
5
IMAGE_FULL_NAME := ghcr.io/league-examples/$(IMAGE_NAME)
6
0 commit comments