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 src/Images/Dockerfile.net8-bookworm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.407-bookworm-slim@sha256:bf08a06451dade362de02e9b520ff4cff67295a4c6730a262648da063c535fdc
FROM mcr.microsoft.com/dotnet/sdk:8.0.407-bookworm-slim@sha256:2d7f935b8c7fe032cd3d36b5ce9c82c24413881e6dad1b4fbdf36cf369e4244f

RUN wget https://aka.ms/getvsdbgsh && \
sh getvsdbgsh -v latest -l /vsdbg
2 changes: 1 addition & 1 deletion src/Images/Dockerfile.net9-bookworm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:9.0.201-bookworm-slim@sha256:4845ef954a33b55c1a1f5db1ac24ba6cedb1dafb7f0b6a64ebce2fabe611f0c0
FROM mcr.microsoft.com/dotnet/sdk:9.0.201-bookworm-slim@sha256:712ffb3919c095da6129ba5ed9d0e7660ab45b966140819d1d58e081bef64293

RUN wget https://aka.ms/getvsdbgsh && \
sh getvsdbgsh -v latest -l /vsdbg
Loading