Skip to content

Commit

Permalink
Update dotnet version to 8 for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyedra committed Mar 11, 2024
1 parent e8f587f commit f33b114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Note that changes to this file will take two jenkins builds to reflect -- the first will
# pull the change, then the second will use the pulled change to rebuild the dockerfile

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

# Also add python3
RUN apt-get update \
Expand Down

0 comments on commit f33b114

Please sign in to comment.