We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f069a commit 15ffda8Copy full SHA for 15ffda8
Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM mcr.microsoft.com/dotnet/sdk:6.0-jammy as build
+FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy as build
16
17
# Install the tools
18
RUN dotnet tool install --tool-path /tools dotnet-trace
doc/dependency_decisions.yml
@@ -586,6 +586,7 @@
586
- 8.0.1
587
- 8.0.2
588
- 8.0.3
589
+ - 8.0.5
590
:when: 2022-10-14T23:37:16.793Z
591
:who: mocsharp
592
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
0 commit comments