Skip to content

Commit

Permalink
Fix wrong .NET framework for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene-Sackers committed Dec 14, 2023
1 parent b3eecf0 commit dbf6b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN npm install
RUN npm install -g gulp
RUN gulp default

FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS final
RUN apt-get update && apt-get install -y ffmpeg --no-install-recommends
WORKDIR /app
ENV ClipsRootPath=/TeslaCam
Expand Down

0 comments on commit dbf6b6f

Please sign in to comment.