Skip to content

Commit

Permalink
update: dockerfile base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
nidbCN committed Nov 23, 2024
1 parent 881273a commit 33b8e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN dotnet publish "./CameraCaptureBot.Core/CameraCaptureBot.Core.csproj" \
--runtime linux-x64 \
-o /app/publish

FROM registry.cn-beijing.aliyuncs.com/nidb-cr/camera-capture-bot-base:7.0.2 AS final
FROM registry.cn-beijing.aliyuncs.com/nidb-cr/camera-capture-bot-base:7.0.2-26 AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["./CameraCaptureBot.Core"]

0 comments on commit 33b8e83

Please sign in to comment.