Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/sdk Docker tag to v8.0.402 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 36e1029 commit f1de2cb
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 f1de2cb

Please sign in to comment.