Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/sdk Docker tag to v8.0.402
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent b4eda67 commit b4dd5ff
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
@@ -1,5 +1,5 @@
# Use the official .NET SDK image with Alpine Linux as a base image
FROM mcr.microsoft.com/dotnet/sdk:8.0.401-alpine3.20 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.402-alpine3.20 AS build

# Set the working directory in the container
WORKDIR /app
Expand Down

0 comments on commit b4dd5ff

Please sign in to comment.