Skip to content

Commit

Permalink
Bump dotnet/sdk from 7.0.401-alpine3.18 to 7.0.402-alpine3.18 in /docker
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 7.0.401-alpine3.18 to 7.0.402-alpine3.18.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 5efc5cd commit c039418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/alpine.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0.401-alpine3.18
FROM mcr.microsoft.com/dotnet/sdk:7.0.402-alpine3.18

RUN apk update \
&& apk upgrade \
Expand Down
2 changes: 1 addition & 1 deletion docker/debian.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0.401-bullseye-slim
FROM mcr.microsoft.com/dotnet/sdk:7.0.402-bullseye-slim

RUN wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
dpkg -i packages-microsoft-prod.deb && \
Expand Down

0 comments on commit c039418

Please sign in to comment.