We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5fedd commit 3bbce30Copy full SHA for 3bbce30
Dockerfile
@@ -15,7 +15,7 @@ COPY ./PixelGraph.CLI ./PixelGraph.CLI/
15
16
WORKDIR /src/PixelGraph.CLI
17
RUN dotnet publish -c Release -o /publish \
18
- --runtime alpine-x64 --self-contained true
+ --runtime linux-musl-x64 --self-contained true
19
20
FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine
21
0 commit comments