Skip to content

Commit

Permalink
Update .NET SDK container base images in all Dockerfiles (#714)
Browse files Browse the repository at this point in the history
Bumps the update-docker-dependencies group with 1 update in the /DatabaseMigrator directory: dotnet/sdk.
Bumps the update-docker-dependencies group with 1 update in the /EventHandlerService/src/EventHandlerService directory: dotnet/sdk.
Bumps the update-docker-dependencies group with 1 update in the /Jobs/src/Job.IdentityDeletion directory: dotnet/sdk.
Bumps the update-docker-dependencies group with 1 update in the /Modules/Devices/src/Devices.AdminCli directory: dotnet/sdk.


Updates `dotnet/sdk` from 8.0.302 to 8.0.302-1

Updates `dotnet/sdk` from 8.0.302 to 8.0.302-1

Updates `dotnet/sdk` from 8.0.302 to 8.0.302-1

Updates `dotnet/sdk` from 8.0.302 to 8.0.302-1

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-docker-dependencies
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-docker-dependencies
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-docker-dependencies
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-docker-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] authored Jun 24, 2024
1 parent b1d2054 commit 848c43b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DatabaseMigrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.5-alpine3.18 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.302 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-1 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down
2 changes: 1 addition & 1 deletion EventHandlerService/src/EventHandlerService/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-alpine3.18 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.302 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-1 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down
2 changes: 1 addition & 1 deletion Jobs/src/Job.IdentityDeletion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-alpine3.18 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.302 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-1 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down
2 changes: 1 addition & 1 deletion Modules/Devices/src/Devices.AdminCli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0.6 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.302 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-1 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down

0 comments on commit 848c43b

Please sign in to comment.