Update Telegram.Bot package - Update to chiseled image for docker base image
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				release / Build and push Docker image (push) Successful in 2m38s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	release / Build and push Docker image (push) Successful in 2m38s
				
			This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
				
			|||||||
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim-amd64 AS base
 | 
					FROM mcr.microsoft.com/dotnet/aspnet:9.0.1-noble-chiseled-composite AS base
 | 
				
			||||||
USER $APP_UID
 | 
					USER $APP_UID
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim-amd64 AS build
 | 
					FROM mcr.microsoft.com/dotnet/sdk:9.0.102-bookworm-slim-amd64 AS build
 | 
				
			||||||
ARG BUILD_CONFIGURATION=Release
 | 
					ARG BUILD_CONFIGURATION=Release
 | 
				
			||||||
WORKDIR /src
 | 
					WORKDIR /src
 | 
				
			||||||
COPY ["mstdnCats.csproj", "./"]
 | 
					COPY ["mstdnCats.csproj", "./"]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@
 | 
				
			|||||||
    <ItemGroup>
 | 
					    <ItemGroup>
 | 
				
			||||||
        <PackageReference Include="DotNetEnv" Version="3.1.1" />
 | 
					        <PackageReference Include="DotNetEnv" Version="3.1.1" />
 | 
				
			||||||
        <PackageReference Include="MongoDB.Driver" Version="3.1.0" />
 | 
					        <PackageReference Include="MongoDB.Driver" Version="3.1.0" />
 | 
				
			||||||
        <PackageReference Include="Telegram.Bot" Version="22.2.0" />
 | 
					        <PackageReference Include="Telegram.Bot" Version="22.3.0" />
 | 
				
			||||||
    </ItemGroup>
 | 
					    </ItemGroup>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <ItemGroup>
 | 
					    <ItemGroup>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user