[docker] Update .NET 9 docker containers to the release version
This commit is contained in:
parent
a29720b536
commit
5e6dfcb2db
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue