Skip to content

Commit fdffdab

Browse files
umati-botGoetz Goerisch
authored andcommitted
chore(deps): update dotnet monorepo (#11)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mcr.microsoft.com/dotnet/aspnet](https://github.com/dotnet/aspnetcore) | final | digest | `02cf949` → `be2353a` | | [mcr.microsoft.com/dotnet/sdk](https://github.com/dotnet/sdk) | stage | digest | `ff12d25` → `26bd075` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTYuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIxNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://codeberg.org/umati/connect/pulls/11
1 parent 99cb0a5 commit fdffdab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mtc2umati/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2025 Aleks Arzer, IFW Hannover. All rights reserved.
33

44
# Use official .NET SDK to build the project
5-
FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:ff12d25929cad887fb9c83e0be843f3cb56ef961fb90623686cd018a988c3675 AS build
5+
FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:26bd075f66699a1fc32f1ce95b78cdae878b2760053823ede81c8ed49ceadc19 AS build
66
WORKDIR /src
77

88
# Copy solution and project files
@@ -20,7 +20,7 @@ WORKDIR /src/mtc2umati
2020
RUN dotnet publish -c Release -o /app/publish
2121

2222
# Use ASP.NET runtime image
23-
FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:02cf9495cca48f5c39d2984c8f4a4b346edbe9fc4697b1101a02ffdc4e37a07e AS final
23+
FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:be2353a7dceb57b0f4b7f79b166ccb14833f32817f7758032498cd236281574d AS final
2424
WORKDIR /app
2525
COPY --from=build /app/publish ./
2626

0 commit comments

Comments
 (0)