Skip to content

Commit

Permalink
Switch to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickklaeren committed Nov 15, 2023
1 parent f3ea981 commit 83fdc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:8.0-bullseye-slim-amd64 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS build
COPY ["Directory.Build.props", "./"]
WORKDIR /src
COPY ["src/Accord.Web/Accord.Web.csproj", "src/Accord.Web/"]
Expand Down

0 comments on commit 83fdc34

Please sign in to comment.