modified: DockerExporter.csproj
modified: Dockerfile up dockernet v3.125.15
This commit is contained in:
parent
f7351432a6
commit
2870d2f3eb
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Axinom.Toolkit" Version="14.2.0" />
|
<PackageReference Include="Axinom.Toolkit" Version="14.2.0" />
|
||||||
<PackageReference Include="Docker.DotNet" Version="3.125.12" />
|
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
|
||||||
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
|
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
|
||||||
<PackageReference Include="prometheus-net" Version="8.2.1" />
|
<PackageReference Include="prometheus-net" Version="8.2.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM /debian:12-slim AS build
|
FROM 192.168.248.2:5000/debian:12-slim AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Separate layers here to avoid redoing dependencies on code change.
|
# Separate layers here to avoid redoing dependencies on code change.
|
||||||
|
@ -10,7 +10,7 @@ RUN dotnet restore
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN dotnet publish -r linux-musl-x64 -c Release -o out
|
RUN dotnet publish -r linux-musl-x64 -c Release -o out
|
||||||
|
|
||||||
FROM /debian:12-slim AS runtime
|
FROM 192.168.248.2:5000/debian:12-slim AS runtime
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app/out .
|
COPY --from=build /app/out .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue