forked from Cutlery/immich
		
	chore(deps): pin dependencies (#5367)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									b21b7f0721
								
							
						
					
					
						commit
						1fa5e220a1
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM python:3.11-bookworm as builder
 | 
					FROM python:3.11-bookworm@sha256:e5a1b0a194a5fbf94f6e350b31c9a508723f9eeb2f9e9e32c3b65df8520a40cc as builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV PYTHONDONTWRITEBYTECODE=1 \
 | 
					ENV PYTHONDONTWRITEBYTECODE=1 \
 | 
				
			||||||
  PYTHONUNBUFFERED=1 \
 | 
					  PYTHONUNBUFFERED=1 \
 | 
				
			||||||
@ -13,7 +13,7 @@ ENV VIRTUAL_ENV="/opt/venv" PATH="/opt/venv/bin:${PATH}"
 | 
				
			|||||||
COPY poetry.lock pyproject.toml ./
 | 
					COPY poetry.lock pyproject.toml ./
 | 
				
			||||||
RUN poetry install --sync --no-interaction --no-ansi --no-root --only main
 | 
					RUN poetry install --sync --no-interaction --no-ansi --no-root --only main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM python:3.11-slim-bookworm
 | 
					FROM python:3.11-slim-bookworm@sha256:1bc6a3e9356d64ea632791653bc71a56340e8741dab66434ab2739ebf6aed29d
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt-get update && apt-get install -y --no-install-recommends tini libmimalloc2.0 && rm -rf /var/lib/apt/lists/*
 | 
					RUN apt-get update && apt-get install -y --no-install-recommends tini libmimalloc2.0 && rm -rf /var/lib/apt/lists/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM mambaorg/micromamba:bookworm-slim as builder
 | 
					FROM mambaorg/micromamba:bookworm-slim@sha256:d20c621f3ae42f50f380166b15b6c88b14fa62ab6ea188f2cef33451d64057c7 as builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV NODE_ENV=production \
 | 
					ENV NODE_ENV=production \
 | 
				
			||||||
  TRANSFORMERS_CACHE=/cache \
 | 
					  TRANSFORMERS_CACHE=/cache \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user