Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBoceanu committed Apr 10, 2024
1 parent 15eaad0 commit 4c6c1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 as builder
FROM mcr.microsoft.com/dotnet/sdk:8.0 as builder
ARG VERSION_SUFFIX
ARG NEXUS_URL
ARG NEXUS_KEY
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile_build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 as builder
FROM mcr.microsoft.com/dotnet/sdk:8.0 as builder

WORKDIR /src
ADD . .
Expand Down

0 comments on commit 4c6c1ea

Please sign in to comment.