Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent bcfc4e7 commit 804a85d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"dotnet-ef": {
"version": "8.0.2",
"version": "8.0.5",
"commands": [
"dotnet-ef"
]
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.201"
"version": "8.0.300"
},
"clr": {
"version": "8.0.2"
Expand Down
2 changes: 1 addition & 1 deletion src/AssociationRegistry.Acm.Api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.2
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5

LABEL maintainer="Digitaal Vlaanderen <[email protected]>"
LABEL registry="association-registry"
Expand Down
2 changes: 1 addition & 1 deletion src/AssociationRegistry.Admin.Api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.2
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5

LABEL maintainer="Digitaal Vlaanderen <[email protected]>"
LABEL registry="association-registry"
Expand Down
2 changes: 1 addition & 1 deletion src/AssociationRegistry.Admin.ProjectionHost/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.2
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5

LABEL maintainer="Digitaal Vlaanderen <[email protected]>"
LABEL registry="association-registry"
Expand Down
2 changes: 1 addition & 1 deletion src/AssociationRegistry.Public.Api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.2
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5

LABEL maintainer="Digitaal Vlaanderen <[email protected]>"
LABEL registry="association-registry"
Expand Down
2 changes: 1 addition & 1 deletion src/AssociationRegistry.Public.ProjectionHost/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.2
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5

LABEL maintainer="Digitaal Vlaanderen <[email protected]>"
LABEL registry="association-registry"
Expand Down

0 comments on commit 804a85d

Please sign in to comment.