Skip to content

Commit

Permalink
Update DB-Migration image (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosol authored Jun 13, 2024
1 parent b459281 commit d9b559d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM mcr.microsoft.com/dotnet/sdk:7.0
FROM mcr.microsoft.com/dotnet/sdk:8.0

ENV DOTNET_CLI_HOME=/tmp
ENV PATH="$PATH:/tmp/.dotnet/tools"
Expand All @@ -8,7 +8,7 @@ ENV MIGRATION=

# Switch to root for package installs
USER 0
RUN dotnet tool install --global dotnet-ef --version 7.0.14
RUN dotnet tool install --global dotnet-ef --version 8.0.0

WORKDIR /src
COPY . .
Expand Down

0 comments on commit d9b559d

Please sign in to comment.