Skip to content

Commit

Permalink
Bump dotnet/sdk from 7.0-alpine to 8.0-alpine
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 7.0-alpine to 8.0-alpine.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 5e3fe16 commit ffcad9b
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 @@
# https://hub.docker.com/_/microsoft-dotnet-core
FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build
WORKDIR /source
ARG GIT_COMMIT_SHA
ENV ASPNETCORE_URLS=http://+:8080
Expand Down

0 comments on commit ffcad9b

Please sign in to comment.