Compare commits
	
		
			1 Commits
		
	
	
		
			v1.31.1
			...
			288e0e5e25
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 288e0e5e25 | 
@@ -2,7 +2,7 @@ FROM python:3.14-slim
 | 
			
		||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
 | 
			
		||||
USER root
 | 
			
		||||
 | 
			
		||||
ENV PYTHONPATH="/run:/usr/local/lib/python3.14/lib-dynload:/usr/local/lib/python3.14/site-packages:/usr/local/lib/python3.14"
 | 
			
		||||
ENV PYTHONPATH="/run:/usr/local/lib/python3.11/lib-dynload:/usr/local/lib/python3.11/site-packages:/usr/local/lib/python3.11"
 | 
			
		||||
ENV UV_PROJECT_ENVIRONMENT="/usr/local/"
 | 
			
		||||
 | 
			
		||||
WORKDIR /run
 | 
			
		||||
 
 | 
			
		||||
@@ -8,9 +8,6 @@
 | 
			
		||||
  "platformCommit": "enabled",
 | 
			
		||||
  "rebaseWhen": "behind-base-branch",
 | 
			
		||||
  "rollbackPrs": true,
 | 
			
		||||
  "semanticCommits": "enabled",
 | 
			
		||||
  "semanticCommitScope": "deps",
 | 
			
		||||
  "semanticCommitType": "feat",
 | 
			
		||||
  "vulnerabilityAlerts": {
 | 
			
		||||
    "commitMessagePrefix": "[SECURITY] ",
 | 
			
		||||
    "enabled": true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user