diff --git a/Docker/Dockerfile.TMS-API b/Docker/Dockerfile.TMS-API index 8137db3..116ef76 100644 --- a/Docker/Dockerfile.TMS-API +++ b/Docker/Dockerfile.TMS-API @@ -1,5 +1,5 @@ # Use the official ASP.NET Core runtime as the base image -FROM mcr.microsoft.com/dotnet/aspnet:10.0.9-alpine3.23 AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0.10-alpine3.23 AS base WORKDIR /app EXPOSE 8080 diff --git a/Docker/Dockerfile.TMS-Gateway b/Docker/Dockerfile.TMS-Gateway index f28edea..61c1c80 100644 --- a/Docker/Dockerfile.TMS-Gateway +++ b/Docker/Dockerfile.TMS-Gateway @@ -1,5 +1,5 @@ # Use the official ASP.NET Core runtime as the base image -FROM mcr.microsoft.com/dotnet/aspnet:10.0.9-alpine3.23 AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0.10-alpine3.23 AS base WORKDIR /app EXPOSE 8080 diff --git a/Docker/Dockerfile.TMS-SignalR b/Docker/Dockerfile.TMS-SignalR index 811dc78..e323e09 100644 --- a/Docker/Dockerfile.TMS-SignalR +++ b/Docker/Dockerfile.TMS-SignalR @@ -1,5 +1,5 @@ # Use the official ASP.NET Core runtime as the base image -FROM mcr.microsoft.com/dotnet/aspnet:10.0.9-alpine3.23 AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0.10-alpine3.23 AS base WORKDIR /app EXPOSE 8080