Skip to content

Commit

Permalink
Bump dotnet/sdk from 7.0-alpine to 8.0-alpine (#1323)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent af9e322 commit 2bef8d8
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 2bef8d8

Please sign in to comment.