Skip to content

Commit 6356074

Browse files
chore(deps): bump the docker-dependencies group with 2 updates (#541)
Bumps the docker-dependencies group with 2 updates: dotnet/sdk and dotnet/aspnet. Updates `dotnet/sdk` from 10.0 to 10.0.301 Updates `dotnet/aspnet` from 10.0 to 10.0.9 --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.301 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-dependencies - dependency-name: dotnet/aspnet dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 266090f commit 6356074

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Root Dockerfile — builds JD.AI.Daemon (default workload).
33
# For other targets see deploy/docker/Dockerfile.gateway and deploy/docker/Dockerfile.tui.
44

5-
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
5+
FROM mcr.microsoft.com/dotnet/sdk:10.0.301 AS build
66
WORKDIR /src
77
COPY . .
88
RUN dotnet restore src/JD.AI.Daemon/JD.AI.Daemon.csproj
@@ -12,7 +12,7 @@ RUN dotnet publish src/JD.AI.Daemon/JD.AI.Daemon.csproj \
1212
--no-restore \
1313
/p:UseAppHost=false
1414

15-
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime
15+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.9 AS runtime
1616
WORKDIR /app
1717
COPY --from=build /app/publish .
1818
EXPOSE 15790

0 commit comments

Comments
 (0)