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 f200eea commit 0fb23d1Copy full SHA for 0fb23d1
{{cookiecutter.project_slug}}/.tool-versions
@@ -1,4 +1,4 @@
1
-nodejs 23.2.0
2
-process-compose 1.46.0
3
-python 3.11.13
4
-uv 0.7.9
+nodejs 24.2.0
+process-compose 1.34.0
+python 3.12.11
+uv 0.7.18
{{cookiecutter.project_slug}}/docker-bake.hcl
@@ -27,7 +27,7 @@ target "build" {
27
// Platform will be set from GitHub Actions
28
// cache-from and cache-to will also be set from GitHub Actions
29
args = {
30
- PYTHON_VERSION = "3.12.10"
+ PYTHON_VERSION = "3.12.11"
31
// Additional build args can be defined here
32
}
33
// Output image will be pushed if push=true is set in GitHub Actions
0 commit comments