Skip to content

Commit 5907b05

Browse files
chore(deps): update mcr.microsoft.com/dotnet/aspnet docker tag to v10
1 parent 11f6b09 commit 5907b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS base
22
WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443

example/agent_bedrock/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS base
22
WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443

0 commit comments

Comments
 (0)