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

This commit is contained in:
2025-02-08 19:05:31 +03:30
parent 7f26e080a4
commit 39fa7a8219
2 changed files with 3 additions and 3 deletions

View File

@@ -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
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
WORKDIR /src
COPY ["mstdnCats.csproj", "./"]

View File

@@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<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>