File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN pyinstaller --onedir \
9090
9191
9292# ---- Runtime Stage ----
93- FROM alpine:3.23.3
93+ FROM alpine:3.23.4
9494
9595WORKDIR /api
9696
Original file line number Diff line number Diff line change 3131 "recreateWhen" : " auto"
3232 },
3333
34+ "devcontainer" : {
35+ "fileMatch" : [
36+ " (^|/)\\ .devcontainer(/.+)?/devcontainer\\ .json$"
37+ ]
38+ },
39+
3440 "packageRules" : [
41+ {
42+ "description" : " 🔒 Python 3.12 global lock (Docker + Devcontainer)" ,
43+ "matchManagers" : [" dockerfile" , " devcontainer" ],
44+ "matchPackagePatterns" : [" python" ],
45+ "allowedVersions" : " /^3\\ .12/" ,
46+ "groupName" : " Python 3.12 runtime"
47+ },
48+
3549 {
3650 "description" : " 🔷 Runtime Sync: Docker + Devcontainer base images" ,
3751 "matchManagers" : [" dockerfile" , " devcontainer" ],
3852 "matchPackagePatterns" : [
39- " python" ,
4053 " alpine" ,
4154 " mcr.microsoft.com/devcontainers"
4255 ],
You can’t perform that action at this time.
0 commit comments