Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/sdk Docker tag to v9 (#67)
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 Nov 14, 2024
1 parent 1636d5e commit 78efcee
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.404-alpine3.20 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0.100-alpine3.20 AS build

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

0 comments on commit 78efcee

Please sign in to comment.