Skip to content

Commit c2eb61e

Browse files
committed
chore: change dockerfile
1 parent f98cd97 commit c2eb61e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TelegramDownloader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN dotnet build "./TelegramDownloader.csproj" -c $BUILD_CONFIGURATION -o /app/b
1919
FROM build AS publish
2020
ARG BUILD_CONFIGURATION=Release
2121
ARG VERSION=0.0.0.0
22-
RUN dotnet publish "./TelegramDownloader.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false,Version=$VERSION
22+
RUN dotnet publish "./TelegramDownloader.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false,InformationalVersion=$VERSION
2323

2424
FROM base AS final
2525
WORKDIR /app

0 commit comments

Comments
 (0)