[docker] Update .NET 9 docker containers to the release version

This commit is contained in:
Laura Hausmann 2024-11-12 20:37:31 +01:00
parent a29720b536
commit 5e6dfcb2db
No known key found for this signature in database
GPG key ID: D044E84C5BE01605
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:9.0-preview-alpine FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine
RUN dotnet workload install wasm-tools RUN dotnet workload install wasm-tools
RUN apk add --no-cache --no-progress bash RUN apk add --no-cache --no-progress bash
RUN ln -sf /bin/bash /bin/sh RUN ln -sf /bin/bash /bin/sh

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:9.0-preview-alpine FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine
RUN apk add --no-cache --no-progress bash RUN apk add --no-cache --no-progress bash
RUN ln -sf /bin/bash /bin/sh RUN ln -sf /bin/bash /bin/sh
CMD ["/bin/bash"] CMD ["/bin/bash"]