Skip to content

Commit 3bbce30

Browse files
committed
docker build fix
1 parent 7a5fedd commit 3bbce30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY ./PixelGraph.CLI ./PixelGraph.CLI/
1515

1616
WORKDIR /src/PixelGraph.CLI
1717
RUN dotnet publish -c Release -o /publish \
18-
--runtime alpine-x64 --self-contained true
18+
--runtime linux-musl-x64 --self-contained true
1919

2020
FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine
2121

0 commit comments

Comments
 (0)