a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+1 -1
.docker/dotnet-sdk-9.0-alpine-wasm.Dockerfile
··· 1 - FROM mcr.microsoft.com/dotnet/sdk:9.0-preview-alpine 1 + FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine 2 2 RUN dotnet workload install wasm-tools 3 3 RUN apk add --no-cache --no-progress bash 4 4 RUN ln -sf /bin/bash /bin/sh
+1 -1
.docker/dotnet-sdk-9.0-alpine.Dockerfile
··· 1 - FROM mcr.microsoft.com/dotnet/sdk:9.0-preview-alpine 1 + FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine 2 2 RUN apk add --no-cache --no-progress bash 3 3 RUN ln -sf /bin/bash /bin/sh 4 4 CMD ["/bin/bash"]