Applied nexus to all docker references including docker image

This commit is contained in:
2026-04-04 15:51:52 +02:00
parent 81e93b0e4e
commit c584d39270
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS final
FROM nexus.khongisa.co.za/aspnet:10.0 AS final
WORKDIR /app
USER app