Skip to content

Commit

Permalink
Upgrade Dockerfiles to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
fpommerening committed Sep 23, 2024
1 parent 4329c70 commit c03bf37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet/opentelemetry/all/PaymentService/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim
FROM mcr.microsoft.com/dotnet/8.0-bookworm-slim
EXPOSE 7001/TCP
WORKDIR /app/
COPY out ./
Expand Down
2 changes: 1 addition & 1 deletion dotnet/opentelemetry/all/StockService/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim
FROM mcr.microsoft.com/dotnet/8.0-bookworm-slim
EXPOSE 6001/TCP
WORKDIR /app/
COPY out ./
Expand Down
2 changes: 1 addition & 1 deletion dotnet/opentelemetry/all/UI/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0-focal
FROM mcr.microsoft.com/dotnet/8.0-bookworm-slim
WORKDIR /app/
EXPOSE 5001/TCP
COPY out ./
Expand Down

0 comments on commit c03bf37

Please sign in to comment.