Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Docker/Dockerfile.TMS-API
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Docker/Dockerfile.TMS-Gateway
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Docker/Dockerfile.TMS-SignalR
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading