Skip to content

Commit f955ff6

Browse files
committed
Release version 1.20250412.3
1 parent e23833b commit f955ff6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"ms-python.python",
3636
"ms-python.debugpy"
3737
]
38-
}
38+
},
39+
"settings": {
40+
"python.defaultInterpreterPath": "/usr/local/bin/python"
41+
}
3942
}
4043
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4144
// "remoteUser": "root"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build push ver install publish check-docker
22

3-
VERSION := "1.20250412.2"
3+
VERSION := "1.20250412.3"
44
IMAGE_NAME := jtlpython:$(VERSION)
55
IMAGE_FULL_NAME := ghcr.io/league-examples/$(IMAGE_NAME)
66

0 commit comments

Comments
 (0)